POST /api/v1/sec/company-facts
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
ticker | string |
metrics | string[] |
limit | number |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:SecCompanyFacts/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
entity_name | The SEC registrant name associated with the ticker. |
metrics | Requested normalized company-facts metrics keyed by metric name. Each fact carries its value, fiscal period, filing date, form type, and accession number. |
metric_count | Number of metric series returned in the metrics object. |
available_metrics | Metric names available for the company in the normalized facts model. |