A package for downloading, extracting, parsing, and processing data from SEC-EDGAR, a public online database of all documents filed with the USA's Securities and Exchange Commission.
MIT License
9
stars
3
forks
source link
Figure out earliest annotated document date, add it as an option for downloads. #141
Suppose we only want to Query_Server for annotated documents. Sure, we can't explicitly guarantee we get those documents, but we can explicitly not download documents from years that are not annotated. Presumably this is sometime 2018-2022, but we want that to be coded into the functions themselves as a bool kwarg in the interface.
Hopefully this cuts down download speed by 5x since we wouldn't download and delete random files we don't need.
Suppose we only want to
Query_Server
for annotated documents. Sure, we can't explicitly guarantee we get those documents, but we can explicitly not download documents from years that are not annotated. Presumably this is sometime 2018-2022, but we want that to be coded into the functions themselves as a bool kwarg in the interface.Hopefully this cuts down download speed by 5x since we wouldn't download and delete random files we don't need.