-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete rewrite of package to use EDGAR Search API (#52)
* Add type annotations to existing code before rewrite. * Solid progress toward rewrite. * More progress toward rewrite. * More progress toward rewrite. * Full p39 support * Add tests to get coverage to 100% and improve error handling. * Update tests * Update tests * Added search query functionality * Added search query functionality * Fixed linting and added supported filings to README. * Rate-limit API requests and add CHANGELOG and migration guide. * Updated docs and README * Added to CHANGELOG/migration guide; added test for URL resolution. * Remove lstrip of 0s since search API does not allow for truncated CIKs
- Loading branch information
Showing
29 changed files
with
1,789 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
sec-edgar-filings/ | ||
|
||
# small local test file for sanity checks | ||
sanity_check.py | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.