1. Subscribe on RapidAPI
Open the listing, choose the free Basic test tier or a paid tier, and copy the generated RapidAPI key.
RapidAPI quickstart
Subscribe on RapidAPI, copy the generated key, and make your first watchlist request against normalized SEC filing data.
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"
This 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 test 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.