Skip to main content
Fetch normalized SEC XBRL company facts for one ticker. Returns requested metric series with fiscal period metadata, plus the available metric names for the company. Endpoint: POST /api/v1/sec/company-facts Tier: point · Delivery: sync

Request

FieldType
tickerstring
metricsstring[]
limitnumber

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:SecCompanyFacts/v1 contract:
FieldDescription
tickerThe stock ticker symbol, uppercased (e.g. “AAPL”).
entity_nameThe SEC registrant name associated with the ticker.
metricsRequested normalized company-facts metrics keyed by metric name. Each fact carries its value, fiscal period, filing date, form type, and accession number.
metric_countNumber of metric series returned in the metrics object.
available_metricsMetric names available for the company in the normalized facts model.

Example

finterm tool sec_company_facts AAPL --metrics Revenue NetIncome --limit 2