Skip to content

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

Notifications You must be signed in to change notification settings

DanielLin9406/worker-financialReportScreenr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks