Releases: SEC-API-io/sec-api-python
Releases · SEC-API-io/sec-api-python
v1.0.36
Full Changelog: 1.0.35...v1.0.36
Add Datasets download example to Quick Start
1.0.35 Add Datasets download example to Quick Start
Add Datasets class, DownloadApi, and bulk dataset download/sync support
- Add Datasets class with get_all(), get_dataset_details(), show_all(),
show_dataset_details(), download(), and sync() methods - Downloads are atomic (.tmp + rename) with incremental sync support —
only new or updated containers are re-downloaded based on file size - Helpful error on misspelled dataset names listing all available datasets
- Add DownloadApi class (alias for RenderApi, backward compatible)
- Update filing download endpoint to edgar-mirror.sec-api.io
- Add Quick Start section, Bulk Datasets docs with download/sync examples
- Add tests for Datasets, DownloadApi (42 tests total)
Add API wrappers, tests, and comprehensive README with response examples
- Add DownloadApi class (inherits RenderApi for backward compat), AuditFeesApi,
EdgarIndexApi, and 3 new FormAdvApi methods (get_other_business_names,
get_separately_managed_accounts, get_financial_industry_affiliations) - Update Download API endpoint from archive.sec-api.io to edgar-mirror.sec-api.io
- Add integration test suite (40 tests) covering all API classes
- Add collapsible response examples to all README sections with full example
response links, matching the NPM package structure - Split Form ADV, Insider Trading (Form 3/4/5), and Form N-PX into sub-sections
- Add Bulk Datasets section, Quick Start code, and complete TOC with verified links
- Add examples/api-responses/ with JSON response files for all APIs
Added Form N-CEN API
1.0.32 added Form N-CEN API
Added Form 144 API - Restricted Stock Sales Notifications
1.0.31 added Form 144 API - restricted stock sales notifications
Added APIs for Regulation A filings: Form 1-A, Form 1-K, Form 1-Z
1.0.30 added APIs for Regulation A filings: Form 1-A, Form 1-K, Form 1-Z
Added Form C API - Crowdfunding Campaigns
1.0.29 added Form C API - Crowdfunding Campaigns
Added Form 13F holdings + cover pages API, Form N-PX proxy voting records, SEC enforcement actions, SEC administrative proceedings
1.0.28 added Form 13F holdings + cover pages API, Form N-PX proxy voting rec…
Fixed SEC litigations API examples
1.0.27 fixed SEC litigations API examples