Skip to content
/ EDGAR Public
forked from javedqadruddin/EDGAR

Scripts to get data on public company IPO filings from the SEC website

Notifications You must be signed in to change notification settings

CAPS50/EDGAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EDGAR

To download SEC filings for any company in the ticker csv files in the data/ticker_data directory, navigate to the lib directory and then simply:

python scraper.py ../data/ticker_data/[name of ticker csv file you're interested in] [type of filing you want]

This will not work in python 3, so, if your system is on python 3 by default, make the command:

python2 scraper.py ../data/ticker_data/[name of ticker csv file you're interested in] [type of filing you want]

About

Scripts to get data on public company IPO filings from the SEC website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%