Earnings calendar for upcoming US stock reports — earnings date, EPS estimate, p
Earnings calendar for upcoming US stock reports — earnings date, EPS estimate, pre/post-market timing. Filter by ticker for per-company lookups, or scan a date window (1–90 days ahead) for calendar-driven research automation. Data: Alpha Vantage 3-month calendar, cached 2 hr.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
631 msmedian answer time
$0.01listed price per call
$0.01price 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://the-stall.intuitek.ai/cap/earnings-calendar
| Category | Company and compliance |
|---|---|
| Provider host | the-stall.intuitek.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 9 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 631 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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": {
"days_ahead": {
"default": 7,
"description": "Calendar days ahead to include (1\u201390, default 7).",
"maximum": 90,
"minimum": 1,
"type": "integer"
},
"limit": {
"default": 20,
"description": "Max results (default 20, max 100). Ignored when symbol is provided (returns all matches).",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"symbol": {
"description": "Optional. Ticker to filter by (e.g. NVDA, AAPL). Omit to get all earnings in the window.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"description": "ISO-8601 timestamp of this response.",
"type": "string"
},
"earnings": {
"items": {
"properties": {
"currency": {
"description": "Reporting currency (usually USD).",
"type": "string"
},
"eps_estimate": {
"description": "Consensus EPS estimate (null if not available).",
"type": [
"number",
"null"
]
},
"fiscal_period_end": {
"description": "Fiscal quarter/year end date.",
"type": [
"string",
"null"
]
},
"name": {
"description": "Company name.",
"type": [
"string",
"null"
]
},
"report_date": {
"description": "Earnings report date (YYYY-MM-DD).",
"type": "string"
},
"symbol": {
"description": "Ticker symbol.",
"type": "string"
},
"timing": {
"description": "pre-market | post-market | null",
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"total": {
"description": "Total matching results before limit applied.",
"type": "integer"
},
"window_end": {
"description": "Last date included (YYYY-MM-DD).",
"type": "string"
}
},
"required": [
"earnings",
"total",
"window_end",
"as_of"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}