We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ee031 commit 964ccc2Copy full SHA for 964ccc2
examples/download.py
@@ -16,6 +16,6 @@
16
os.mkdir(docs_directory)
17
18
# for every ticker in our input file, download all the relevant documents
19
-with open('data.txt', 'r') as reader:
+with open('tickers.txt', 'r') as reader:
20
for line in reader:
21
ingestor.file_downloader(edgar.ingest_stock(line.rstrip()), docs_directory)
tickers.txt
@@ -0,0 +1 @@
1
+AAPL
0 commit comments