Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.11 KB

SEC financial report data pipeline

image

image

image

A SEC financial report is input and a well-organized table is output to Google Sheet.

Features

  • Two pipeline leveraging Python to build a SEC financial report.
  • Company Screener
    • Input are three financial report files exported from morningstar and location is under ~/FinancialData/{ticker}, while output is custom report on Google Excel. Input file path
  • SEC Financial Report Scraper
    • Input is a ticker symbol, date of that stock, while output is custom report on Google Excel.

Start Project

# Run pipeline 1
cd companyScreener
python3 main.py

# Run pipeline 2
cd secFinancialReportScrper
python3 main.py

TechStacks

Data Pipeline

  • Python
  • Google Sheet API

The contents in the following folders will be completed after this project's priority to the top again.