---
title: "Get Past Ticker Earnings"
method: GET
path: "/api/earnings/{ticker}"
---

# Get Past Ticker Earnings

`GET /api/earnings/{ticker}`

Returns the past earnings for the given ticker.

## Path parameters

- `ticker` string, required

## Response `200`

Successful response with past ticker earnings data.

- HistoricalEarningsResponse
  - `data` HistoricalEarningsData[]
    - `close` string — The stock's closing price.
    - `close_date` string, date — The date of the stock's closing price.
    - `continent` string — The continent where the company operates.
    - `country_code` string — The country's ISO code.
    - `country_name` string — The country's full name.
    - `ending_fiscal_quarter` string, date — The ending date of the fiscal quarter.
    - `eps_mean_est` string — The mean estimated earnings per share (EPS).
    - `full_name` string — The full name of the company.
    - `has_options` boolean — Indicates whether options are available for the stock.
    - `implied_move` string — The implied move in the stock's price based on market data.
    - `is_s_p_500` boolean — Indicates if the company is part of the S&P 500 index.
    - `marketcap` string — The market capitalization of the company.
    - `prev` string — The previous trading day's closing price.
    - `prev_date` string, date — The date of the previous trading day.
    - `report_date` string, date — The report date for earnings.
    - `report_time` string — The time of the earnings report (e.g., premarket, postmarket).
    - `sector` string — The company's sector.
    - `source` string — The source of the earnings information.
    - `street_mean_est` string — The mean estimated earnings per share (EPS) from analysts.
    - `symbol` string — The stock ticker symbol.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/versions/0b37cadfb125/schema)
