1 comment

[ 2.2 ms ] story [ 11.3 ms ] thread
Downloading SEC filings is frustrating because EDGAR lacks support for queries such as "Download every 10-K from 2021." So, I wrote a package to do that.

I also setup an API endpoint. The number of responses per request is limited to 10,000. Endpoint: api.datamule.xyz/submissions. Example Query: https://api.datamule.xyz/submissions?cik=1318605&form=10-K&d...

More on the API here: https://medium.com/@jgfriedman99/sec-router-05a2308b24ce

Hope someone finds this useful.