Filing Studio · Research API

SEC filings exactly as printed — keyword discovery and raw table retrieval across a company's filing history. Raw evidence, never interpreted.
● operational · build 7937e5c

Endpoints

GET /api/research/history
A ticker's filings — feeds the date & form filters.
GET /api/research/search
Unified keyword search — prose, numeric rows, and tables, side by side.
GET /api/research/prose/search
Full-text search over the sentences filers print outside tables.
GET /api/research/rows/search
Every printed figure whose row label or value matches — with its trace.
GET /api/research/tables/search
Matching tables, one result each, with heading, units, and links.
GET /api/research/tables/{ticker}/{accession}/{table_id}
One full raw printed table as a grid.
GET /api/research/tables/{ticker}/{accession}/{table_id}/xlsx
Download that table as a faithful Excel workbook.
Read-only. Every result carries a trace back to the exact printed line. Authenticate with a shared key via the X-API-Key header (or ?key=). Search supports start_date, end_date, forms, source, and period (the year the data covers, not the filed year).