1. Subscribe on RapidAPI
Open the listing, choose the free Basic tier or a paid tier, and copy the generated RapidAPI key.
RapidAPI quickstart
Start in RapidAPI Playground with the watchlist endpoint. It confirms the subscribed app, generated key, host header, and request parameters before you copy code into a worker or backend.
curl --request GET \
--url "https://sec-event-intelligence.p.rapidapi.com/v1/sec/watchlist/changes?tickers=AAPL,MSFT,NVDA&since=2026-07-01&limit=10" \
--header "x-rapidapi-host: sec-event-intelligence.p.rapidapi.com" \
--header "x-rapidapi-key: YOUR_RAPIDAPI_KEY"
If the RapidAPI plan is active but usage still shows zero calls, run the watchlist endpoint in RapidAPI Playground first. The playground uses the subscribed RapidAPI app, then exposes the same working headers for your server-side code.
1. Open playgroundLaunch the watchlist endpoint on RapidAPI2. Confirm the planUse the active RapidAPI app and key shown in the endpoint console3. Test endpointRun tickers=AAPL,MSFT,NVDA with a small limit before changing code4. Copy snippetMove the generated snippet into a backend, worker, cron job, or serverless functionThis page is built for buyers who already know they need SEC filing data and want the shortest path to an authenticated request.
Open the listing, choose the free Basic tier or a paid tier, and copy the generated RapidAPI key.
Start with the watchlist endpoint so several tickers can be checked in one request.
Use the same endpoint from a worker, dashboard, Slack alert, spreadsheet, or BI report.
Start with endpoints that prove the response shape and polling workflow before increasing volume.
/v1/sec/watchlist/changesBatch ticker watchlist polling/v1/sec/changesDate-window filing changes/v1/sec/companies/searchTicker, CIK, and company lookup/v1/sec/forms/{accessionNo}/summarySingle filing summarySubscribe on RapidAPI, then use the generated RapidAPI key with the x-rapidapi-key request header.
Use /v1/sec/watchlist/changes for ticker monitoring or /v1/sec/changes for date-window polling.
No. The API returns public SEC filing metadata and source links only.