-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to download filings for all tickers in a particular date range #38
Comments
This is a key feature for which I have been looking. More specifically, my use case is to download all filings from a particular day and then perform keyword searches to flag for further examination and review. |
Hey @jasontwright, it seems like some recent upgrades to Edgar can enable this functionality, but it will require a large rewrite of existing code. I will start working on this today! |
+1 please! |
+1 |
The most naive approach that I see is to extend the solution you already have in you "Advanced Use" section of the read.me
The 1st step could be to send request to EDGAR to get the full index of all CIKs available and pass the received data to the Some inspiration can also be gained from secedgar package. It "does" precisely that, but it's so buggy and clunky and constantly gets |
Has this been implemented or dropped? I am hoping to use this feature as well. |
Key idea: download all filings for every single ticker in a particular date range (e.g. all 10-K forms filed in 2018).
This could potentially facilitate this feature.
The text was updated successfully, but these errors were encountered: