A SEC financial report is input and a well-organized table is output to Google Sheet.
- Two pipeline leveraging Python to build a SEC financial report.
- Company Screener
- SEC Financial Report Scraper
- Input is a ticker symbol, date of that stock, while output is custom report on Google Excel.
# Run pipeline 1
cd companyScreener
python3 main.py
# Run pipeline 2
cd secFinancialReportScrper
python3 main.py
- Python
- Google Sheet API
The contents in the following folders will be completed after this project's priority to the top again.