API Documentation

⌘K
GET/api/1/calendar/earnings/{date}

Earnings Calendar (Weekly)

Returns all earnings reports for the week containing the given date

Parameters

1
datestringrequired
path

Any date in the target week (YYYY-MM-DD)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/calendar/earnings/2026-01-30' \
  -H 'Accept: application/json'
200 Response
[
  {
  "symbol": "AAPL",
  "name": "Apple",
  "isin": "US0378331005",
  "date": "2026-03-05T00:00:00.000Z",
  "epsEstimate": 0,
  "revenueEstimate": 0,
  "time": "bmo"
}
]