Live SEC API use case
Amazon SEC Filings API
A ticker-specific SEC filings workflow for products that need Amazon filing changes as normalized JSON without scraping EDGAR pages or maintaining a separate filing parser.
GET /v1/sec/changes?since=2026-07-01&ticker=AMZN&limit=25
{
"data": [
{
"changeType": "filing",
"observedAt": "2026-07-03T00:00:00+00:00",
"filing": {
"ticker": "AMZN",
"companyName": "Amazon",
"form": "10-K",
"eventType": "annual_report",
"filedAt": "2026-07-02"
}
}
],
"meta": { "count": 1, "ticker": "AMZN" }
}
Workflow Fit
This page shows how the implemented SEC endpoints fit common buyer workflows, examples, and pricing tiers.
- Issuer-specific dashboards that monitor Amazon filings.
- Scheduled jobs that poll ticker=AMZN and route new filings to review queues.
- Company filing lookup pages that need API-ready JSON instead of raw EDGAR pages.
Use Case FAQ
Is this a separate Amazon data backend?
No. It uses the live SEC Event Intelligence filing-change endpoint with a ticker filter and the existing SEC ingest.
Does this provide investment recommendations?
No. It returns public SEC filing metadata only and does not provide ratings, signals, or investment advice.