ToolAssay

Upcoming US company earnings calendar — which companies report in a date window,

Upcoming US company earnings calendar — which companies report in a date window, with estimated EPS and revenue, as JSON. Default is the next 7 days; filter with ?from=YYYY-MM-DD&to=YYYY-MM-DD (window up to 30 days) or ?symbol=AAPL. Use for: earnings season monitoring, upcoming earnings this week, portfolio earnings alerts, event-driven trading calendar, pre-earnings positioning. $0.005 USDC per call.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
652 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.tickersfeed.net/calendar/earnings

CategoryCompany and compliance
Provider hostapi.tickersfeed.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 652 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "from": "2026-07-29",
    "symbol": "AAPL",
    "to": "2026-08-05"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "from": {
              "description": "Start date YYYY-MM-DD (default today)",
              "type": "string"
            },
            "symbol": {
              "description": "Optional ticker filter (e.g. AAPL)",
              "type": "string"
            },
            "to": {
              "description": "End date YYYY-MM-DD (default +7 days, window \u226430d)",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON