Skip to main content
POST
/
api
/
v1
/
sec
/
company-facts
Fetch revenue and net income facts for a company.
finterm tool sec_company_facts AAPL --metrics Revenue NetIncome --limit 2
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "entity_name": "<string>",
    "metrics": {},
    "metric_count": 4503599627370495,
    "available_metrics": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
ticker
string
required

Stock ticker symbol

metrics
string[]

Specific metrics to return

limit
integer

Number of periods per metric

Required range: 1 <= x <= 50

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required