Project to extract, transform, and load (ETL) data from financial statements of publicly traded companies. So far, only supports companies listed within the US, which are the ones whose filings are availabe from the U.S. Securities and Exchange Commission website (https://www.sec.gov)
CURRENTLY in development. The code is not finished and is pretty bad in terms of runtime. Really a lack of engineering optimization.
Following Python Packages are required:
Selenium (https://www.seleniumhq.org/download/)
BeautifulSoup (https://www.crummy.com/software/BeautifulSoup/)
Pandas Datareader (http://pandas-datareader.readthedocs.io/en/latest/)
Google Finance (https://pypi.org/project/googlefinance/)
urllib
csv
collections
Use the Code as a Python Package to easily transform any financial filing data .
0.0.2 coming up
- **Keon Shik (Kevin) Kim ** - Keon6