---
title: "Get Afterhours Earnings"
method: GET
path: "/api/earnings/afterhours"
---

# Get Afterhours Earnings

`GET /api/earnings/afterhours`

Returns the next upcoming afterhours earnings for the given date. Date must be the current or a past date. If no date is given, returns data for the current/last market day.

## Query parameters

- `date` string, date

## Response `200`

Successful response with afterhours earnings data.

- AfterhoursEarningsResponse
  - `data` AfterhoursEarningsData[]
    - `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)
