sec-financial-data My objectives for this project: Gather Financial Data Implement a Data Warehouse / Data Mart Tag analysis Quantitative Analytics Causal Inference TODO Fetch all company json Fetch CIK-TICKER-NAME Get CompanyFacts Json Insert into PostgreSQL database Tags Taxonomy analysis Update README.md Files: tableMaker.py -> Makes Dataframe from company .json files ( work in progress ) Testing file .ipynb where I test and/or debug code test.ipynb MOVED TO ARCHIVE Fetching all zip files from sec (2009 - 2023Q2) dataFetch.py MOVED TO ARCHIVE Inserting all data into PostgreSQL (Work in progress) postgreSQL.py