---
title: "Get upcoming and historical earnings for symbol"
method: GET
path: "/equity/{symbol}/earnings"
tags: ["Equities"]
---

# Get upcoming and historical earnings for symbol

`GET /equity/{symbol}/earnings`

## Path parameters

- `symbol` string, nullable, required

## Response `200`

Successful Response

- ResponseModelListEarnings
  - `data` Earnings[], nullable
    - `ticker` string, required — Stock ticker symbol
    - `date` string, required — Report date
    - `eps` number, nullable — Earnings per share
    - `epsEstimated` number, nullable — Expected earnings per share
  - `message` string, nullable — A message with the response status.
  - `info` union — Additional information or metadata about the response. Varies by response type.
    - object
    - string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dataglade/apis/dataglade-api.md) · [All operations](https://skmtc.dev/dataglade/apis/dataglade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dataglade/dataglade-api/revisions/de5c0ca32353/schema)
