Skip to main content
POST
/
api
/
v1
/
earnings
/
calendar
Upcoming earnings dates in a window.
finterm tool earnings_calendar --tickers AAPL --date-from 2024-01-01 --date-to 2024-03-31
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "earnings_dates": [
      {
        "ticker": "<string>",
        "report_date": "<string>",
        "confirmed": true
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
tickers
string[]

Ticker symbols to filter

date_from
string

Start date in YYYY-MM-DD format

date_to
string

End date in YYYY-MM-DD format

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required