---
title: "Earnings date"
method: GET
path: "/api/earnings/date"
tags: ["Earnings"]
---

# Earnings date

`GET /api/earnings/date`

![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Next earnings date for a single stock, with expected report time and consensus EPS estimate. Delisted companies (no active listing on any exchange) have no upcoming earnings and return `null` for both `earningsDate` and `filingDate`.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string

## Response `200`

Earnings date for the symbol

- object
  - `symbol` string
  - `earningsDate` string, nullable — Next earnings date (YYYY-MM-DD), or null if unknown
  - `filingDate` string, nullable — Projected date the SEC filing (10-Q/10-K) becomes available (YYYY-MM-DD), or null if unknown
  - `epsEstimate` number — Analyst consensus EPS estimate for the upcoming report. Absent when unavailable.
  - `numEstimates` integer — Number of analyst estimates behind epsEstimate. Absent unless epsEstimate is present.
  - `reportTime` 'pre_market' | 'after_hours' — Expected time of day for the report. Absent when not supplied.

## Other responses

- `400` — Invalid parameters or symbol not found
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
