Skip to main content
POST
/
api
/
v1
/
earnings
/
guidance
Forward guidance for one symbol.
finterm tool earnings_guidance --tickers AAPL
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "guidance": [
      {
        "ticker": "<string>",
        "announced_date": "<string>",
        "fiscal_period": "<string>",
        "fiscal_year": 123,
        "currency": "<string>",
        "eps_guidance_min": 123,
        "eps_guidance_max": 123,
        "eps_guidance_mid": 123,
        "eps_guidance_prev_min": 123,
        "eps_guidance_prev_max": 123,
        "revenue_guidance_min": 123,
        "revenue_guidance_max": 123,
        "revenue_guidance_mid": 123,
        "revenue_guidance_prev_min": 123,
        "revenue_guidance_prev_max": 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 guidance for

Minimum array length: 1

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required