Skip to main content
POST
/
api
/
v1
/
earnings
/
reports
Earnings results for one symbol.
finterm tool earnings_reports --tickers AAPL
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "earnings": [
      {
        "ticker": "<string>",
        "report_date": "<string>",
        "fiscal_period": "<string>",
        "fiscal_year": 123,
        "confirmed": true,
        "eps_actual": 123,
        "eps_estimate": 123,
        "eps_surprise": 123,
        "revenue_actual": 123,
        "revenue_estimate": 123,
        "revenue_surprise": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
tickers
string[]
required

Ticker symbols to fetch earnings for

Minimum array length: 1

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required