Skip to content

Releases: SEC-API-io/sec-api-python

v1.0.36

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 13 Apr 10:24

Full Changelog: 1.0.35...v1.0.36

Add Datasets download example to Quick Start

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 09 Apr 12:13
1.0.35

Add Datasets download example to Quick Start

Add Datasets class, DownloadApi, and bulk dataset download/sync support

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 09 Apr 11:49
  • 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

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 02 Apr 11:32
  • 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

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 23 Apr 07:16
1.0.32

added Form N-CEN API

Added Form 144 API - Restricted Stock Sales Notifications

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 24 Mar 09:15
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

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 17 Mar 10:31
1.0.30

added APIs for Regulation A filings: Form 1-A, Form 1-K, Form 1-Z

Added Form C API - Crowdfunding Campaigns

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 24 Feb 14:47
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

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 17 Feb 12:58
1.0.28

added Form 13F holdings + cover pages API, Form N-PX proxy voting rec…

Fixed SEC litigations API examples

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 04 Feb 16:58
1.0.27

fixed SEC litigations API examples