--- license: gpl language: - en tags: - finance - securities-and-exchange - financial-statements - sec - sql-server - docker pretty_name: sec_fsnds --- See [pptx](https://huggingface.co/datasets/DenyTranDFW/SEC-Financial-Statements-And-Notes-Dataset/resolve/main/How%20To%20Clone%20This%20Into%20Your%20Docker.pptx?download=true) for instructions on how to clone to your Docker. This dataset is from the SEC's Financial Statements and Notes Data Set. It was a personal project to see if I could make the queries efficient. It's just been collecting dust ever since, maybe someone will make good use of it. Data is up to about early-2024. It doesn't differ from the source, other than it's compiled - so maybe you can try it out, then compile your own (with the link below). Dataset was created using SEC Files and SQL Server on Docker. For details on the SQL Server database this came from, see: "dataset-previous-life-info" folder, which will contain: - Row Counts - Primary/Foreign Keys - SQL Statements to recreate database tables - Example queries on how to join the data tables. - A pretty picture of the table associations. Source: https://www.sec.gov/data-research/financial-statement-notes-data-sets Happy coding!