Demo playground
SEC API Playground
Preview the SEC Event Intelligence response shape before subscribing. The raw JSON demo stays public, while full endpoint access, generated snippets, and quota management are handled in RapidAPI.
GET /demo
{
"data": [
{
"changeType": "material_event",
"observedAt": "2026-07-02T17:23:22+00:00",
"filing": {
"ticker": "MSFT",
"form": "8-K",
"eventType": "current_report",
"filedAt": "2026-07-02"
}
}
],
"meta": { "count": 1 }
}
What To Test Next
The demo is intentionally small. Use it to confirm the response shape, then open RapidAPI for authenticated calls against live endpoint examples.
GET /v1/sec/latest?form=8-K&limit=50GET /v1/sec/watchlist/changes?tickers=AAPL,MSFT&since=2026-07-01GET /v1/sec/company/AAPL/events?limit=25GET /v1/sec/forms/{accessionNo}/summary