Latest filings
Fetch recent filings and optionally filter by SEC form type.
GET /v1/sec/latest?form=8-K&limit=50
Quickstart
Subscribe through RapidAPI, then use the generated key and code snippets from the endpoint console. Direct backend calls require a direct API key agreement.
Fetch recent filings and optionally filter by SEC form type.
GET /v1/sec/latest?form=8-K&limit=50
Poll for newly observed filings and material event changes since a date.
GET /v1/sec/changes?since=2026-07-01&ticker=AAPL&limit=50
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
Resolve ticker symbols, CIKs, and company names before calling filing feeds.
GET /v1/sec/companies/search?q=apple&limit=10
GET /v1/sec/company/AAPL/profile
Preview response shape and current coverage before subscribing.
curl https://api.data-apis.com/demo
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
Retrieve Forms 3, 4, and 5, optionally scoped to one company.
GET /v1/sec/insider-trades?ticker=MSFT&limit=25
Resolve a filing by accession number and receive normalized metadata.
GET /v1/sec/forms/0001214659-26-008121/summary
Use health and stats endpoints to check freshness and coverage.
GET https://api.data-apis.com/health
GET /v1/sec/stats
Endpoint docs, generated snippets, subscriptions, and usage limits are managed there.