Skip to main content
Get the scheduled earnings announcement dates for one or more stock symbols. Returns the announcement date per symbol and whether it is confirmed or tentative. No result figures are included. Endpoint: POST /api/v1/earnings/calendar Tier: point · Delivery: sync

Request

FieldType
tickersstring[]
date_fromstring
date_tostring

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:EarningsDates/v1 contract:
FieldDescription
earnings_datesThe scheduled earnings announcement dates for the requested symbols, each flagged as confirmed or tentative. No result figures are included.

Example

finterm tool earnings_calendar --tickers AAPL --date-from 2024-01-01 --date-to 2024-03-31