latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

fundamentals

Earnings calendar

The earnings calendar endpoint provides a schedule of company earnings announcements for a specified date range. By default, it returns earnings data for the current day. Users can customize the date range using the start_date and end_date parameters to retrieve earnings information for specific periods. This endpoint is useful for tracking upcoming earnings reports and planning around key financial announcements.

get/earnings_calendar

Query parameters

exchangestring

Exchange where instrument is traded

mic_codestring

Market Identifier Code (MIC) under ISO 10383 standard

countrystring

Country where instrument is traded, e.g., United States or US

format'JSON' | 'CSV'

Value can be JSON or CSV

delimiterstring

Specify the delimiter used when downloading the CSV file

start_datestring

Can be used separately and together with end_date. Format 2006-01-02 or 2006-01-02T15:04:05

end_datestring

Can be used separately and together with start_date. Format 2006-01-02 or 2006-01-02T15:04:05

dpinteger

Specifies the number of decimal places for floating values. Should be in range [0,11] inclusive

Response

earningsobject required

Map of dates to earnings data

statusstring required

Response status

Example response

{
  "status": "ok"
}