DenyTranDFW's picture
Update README.md
a65cf33 verified
|
raw
history blame
1.18 kB
---
license: gpl
language:
- en
tags:
- finance
- securities-and-exchange
- financial-statements
- sec
- sql-server
- docker
pretty_name: sec_fsnds
---
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).
Everything was created from scratch - SEC Files, SQL Server on Docker.
There aren't any courses on this specifically, but you should be able to do it with some Docker and SQL experience (or just feed all the data to an ML model 😊).
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!