# Earnings Dates by Ticker – EPS Estimates & Schedule

**Use case:** 

Upcoming earnings dates, EPS estimates, and revenue consensus for any US stock. Returns timing (BMO/AMC), analyst consensus, and prior actuals. MCP-ready.

## Input

```json
{
  "daysBack": 3,
  "daysAhead": 90,
  "dateFrom": "",
  "dateTo": "",
  "tickers": "AAPL",
  "marketCapMin": 0,
  "sector": ""
}
```

## Output

```json
{
  "reportDate": {
    "label": "Report Date",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "reportTime": {
    "label": "Report Time",
    "format": "string"
  },
  "epsEstimate": {
    "label": "EPS Estimate",
    "format": "number"
  },
  "epsActual": {
    "label": "EPS Actual",
    "format": "number"
  },
  "epsSurprise": {
    "label": "EPS Surprise (%)",
    "format": "number"
  },
  "reported": {
    "label": "Reported",
    "format": "boolean"
  },
  "fiscalQuarterEnding": {
    "label": "Fiscal Quarter Ending",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "numberOfAnalysts": {
    "label": "Number of Analysts",
    "format": "integer"
  },
  "previousEpsActual": {
    "label": "Previous Year EPS",
    "format": "number"
  },
  "epsGrowthYoY": {
    "label": "EPS Growth YoY (%)",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Stock Earnings Calendar - Estimates, Actuals & Surprises](https://apify.com/michael_b/stock-earnings-calendar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/michael_b/stock-earnings-calendar) to learn more, explore other use cases, and run it yourself.