POST /api/v1/sec/search
Tier: point · Delivery: sync
Request
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:SecFilingsSearch/v1 contract:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Search SEC EDGAR filings for a company by ticker and form type.
POST /api/v1/sec/search
Tier: point · Delivery: sync
| Field | Type |
|---|---|
ticker | string |
form_type | "10-K" | "10-Q" | "20-F" | "6-K" | "all" |
from_date | string |
limit | number |
{ 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. |
finterm tool sec_filings_search AAPL --form-type 10-K --as-of-date 2024-12-31