---
title: "Get Earnings Calendar"
method: GET
path: "/earnings/calendar"
tags: ["Earnings"]
---

# Get Earnings Calendar

`GET /earnings/calendar`

Fetches the earnings calendar for a specified date range or the next few days.

## Query parameters

- `from` string, date
- `to` string, date

## Response `200`

Successful response with an array of earnings calendar events.

- object[]
  - `date` string, date
  - `symbol` string
  - `eps` number, nullable
  - `eps-estimated` number, nullable
  - `time` string — Time of the earnings announcement (e.g., "amc" - after market close, "bmo" - before market open).
  - `revenue` number, nullable
  - `revenue-estimated` number, nullable
  - `fiscal-date-ending` string, date
  - `updated-from-date` string, date

## Other responses

- `400` — Bad Request - Invalid date format for 'from' or 'to' parameters.
- `404` — Not Found - No earnings events found for the specified date range.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
