Quickstart

Developer Examples

Subscribe through RapidAPI, then use the generated key and code snippets from the endpoint console. Direct backend calls require a direct API key agreement.

Latest filings

Fetch recent filings and optionally filter by SEC form type.

GET /v1/sec/latest?form=8-K&limit=50

Change feed

Poll for newly observed filings and material event changes since a date.

GET /v1/sec/changes?since=2026-07-01&ticker=AAPL&limit=50

Watchlist changes

Poll multiple tickers in one request and receive changes grouped by ticker.

GET /v1/sec/watchlist/changes?tickers=AAPL,MSFT,NVDA&since=2026-07-01&limit=25

Demo JSON

Preview response shape and current coverage before subscribing.

curl https://api.data-apis.com/demo

Company feed

Use a ticker symbol or 10-digit CIK for company-specific feeds.

GET /v1/sec/company/AAPL/filings?limit=25
GET /v1/sec/company/AAPL/events?limit=25

Insider trades

Retrieve Forms 3, 4, and 5, optionally scoped to one company.

GET /v1/sec/insider-trades?ticker=MSFT&limit=25

Filing summary

Resolve a filing by accession number and receive normalized metadata.

GET /v1/sec/forms/0001214659-26-008121/summary

Monitoring

Use health and stats endpoints to check freshness and coverage.

GET https://api.data-apis.com/health
GET /v1/sec/stats

Start in the RapidAPI console

Endpoint docs, generated snippets, subscriptions, and usage limits are managed there.

Open RapidAPI listing