1. Subscribe and copy the key
Use RapidAPI to choose a plan and copy the generated application key.
Form 4 quickstart
A focused setup path for apps that need public insider filing metadata by issuer, normalized Forms 3, 4, and 5 records, and a server-side request pattern for scheduled monitoring.
curl --request GET \
--url "https://sec-event-intelligence.p.rapidapi.com/v1/sec/insider-trades?ticker=MSFT&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 needs Form 4 metadata and wants a direct, authenticated request before building a scheduled monitor or issuer dashboard.
Use RapidAPI to choose a plan and copy the generated application key.
Call the insider filings endpoint with ticker=MSFT and a small limit.
Persist accession numbers so the next refresh can highlight newly observed Forms 3, 4, and 5.
Use this endpoint for workflows that start with SEC Form 4 filings, Form 4 instructions, or Form 4 transaction-code review. The API returns source-linked metadata so applications can route newly observed insider filings without scraping EDGAR pages.
What is SEC Form 4?Link educational or onboarding screens to public filing metadata and source URLsSEC Form 4 filingsFetch normalized Forms 3, 4, and 5 metadata by tickerSEC Form 4 transaction codesStart review queues from accession numbers and source links before applying internal code interpretationSEC Form 4 instructionsKeep official filing context linked while storing API-ready metadataCombine insider filing metadata with issuer profile, company filing history, and filing summaries after the first request succeeds.
/v1/sec/insider-tradesForms 3, 4, and 5 metadata by ticker/v1/sec/company/{ticker}/profileCompany profile and filing coverage counts/v1/sec/company/{ticker}/filingsIssuer filing history by ticker or CIK/v1/sec/forms/{accessionNo}/summarySingle filing metadata and source links