Skip to main content
GET
/
api
/
market
/
v1
/
list-earnings-calendar
ListEarningsCalendar
curl --request GET \
  --url https://api.example.com/api/market/v1/list-earnings-calendar
{
  "earnings": [
    {
      "symbol": "<string>",
      "company": "<string>",
      "date": "<string>",
      "hour": "<string>",
      "epsEstimate": 123,
      "revenueEstimate": 123,
      "epsActual": 123,
      "revenueActual": 123,
      "hasActuals": true,
      "surpriseDirection": "<string>"
    }
  ],
  "fromDate": "<string>",
  "toDate": "<string>",
  "total": 123,
  "unavailable": true
}

Query Parameters

fromDate
string
toDate
string

Response

Successful response

earnings
object[]
fromDate
string
toDate
string
total
integer<int32>
unavailable
boolean