Skip to content

Commit

Permalink
importing from ticker list
Browse files Browse the repository at this point in the history
  • Loading branch information
greedo committed Dec 29, 2014
1 parent 57ee031 commit 964ccc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
os.mkdir(docs_directory)

# for every ticker in our input file, download all the relevant documents
with open('data.txt', 'r') as reader:
with open('tickers.txt', 'r') as reader:
for line in reader:
ingestor.file_downloader(edgar.ingest_stock(line.rstrip()), docs_directory)
1 change: 1 addition & 0 deletions tickers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AAPL

0 comments on commit 964ccc2

Please sign in to comment.