POST /api/v1/sec/search
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
ticker | string |
form_type | "10-K" | "10-Q" | "20-F" | "6-K" | "all" |
from_date | string |
limit | number |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:SecFilingsSearch/v1 contract:
| Field | Description |
|---|---|
total_results | Total number of matching filings (may exceed the number returned). |
filings | The matching filings, most recent first. Each carries the accession number, form type, filing date, company name, document URL, and the fiscal year/period and period-end date when available. |