Skip to content

Commit 964ccc2

Browse files
committed
importing from ticker list
1 parent 57ee031 commit 964ccc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
os.mkdir(docs_directory)
1717

1818
# for every ticker in our input file, download all the relevant documents
19-
with open('data.txt', 'r') as reader:
19+
with open('tickers.txt', 'r') as reader:
2020
for line in reader:
2121
ingestor.file_downloader(edgar.ingest_stock(line.rstrip()), docs_directory)

tickers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AAPL

0 commit comments

Comments
 (0)