1. Subscribe and copy the key
Use RapidAPI to choose a plan and copy the generated application key.
Company filings quickstart
A focused setup path for apps that need issuer filing history by ticker, CIK-backed company pages, diligence queues, or internal research workflows.
curl --request GET \
--url "https://sec-event-intelligence.p.rapidapi.com/v1/sec/company/AAPL/filings?limit=25" \
--header "x-rapidapi-host: sec-event-intelligence.p.rapidapi.com" \
--header "x-rapidapi-key: YOUR_RAPIDAPI_KEY"
Use this path when the buyer already knows the issuer and needs normalized SEC filing metadata without building EDGAR ingestion.
Use RapidAPI to choose a plan and copy the generated application key.
Call the company filings endpoint with a ticker such as AAPL and a small limit.
Persist accession numbers so the next refresh can highlight newly observed filings.
Combine company filing history with profile lookup and filing summaries after the first request succeeds.
/v1/sec/company/{ticker}/filingsIssuer filing history by ticker or CIK/v1/sec/company/{ticker}/profileCompany profile and coverage counts/v1/sec/companies/searchResolve names, tickers, and CIKs/v1/sec/forms/{accessionNo}/summarySingle filing metadata and source links