Form 4 quickstart

Fetch SEC Form 4 filings through RapidAPI

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.

GET /v1/sec/insider-trades through RapidAPI
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"

Setup Steps

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.

1. Subscribe and copy the key

Use RapidAPI to choose a plan and copy the generated application key.

2. Request one issuer

Call the insider filings endpoint with ticker=MSFT and a small limit.

3. Store filing IDs

Persist accession numbers so the next refresh can highlight newly observed Forms 3, 4, and 5.

SEC Form 4 search language

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.

Related Endpoints

Combine insider filing metadata with issuer profile, company filing history, and filing summaries after the first request succeeds.

Data infrastructure only. This quickstart retrieves public SEC filing metadata and does not provide investment advice, trade signals, recommendations, ratings, or personalized financial guidance.