Unnamed service
GET the-stall.intuitek.ai/cap/earnings-calendar
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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.
Resource: the-stall.intuitek.ai/cap/earnings-calendar
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x03d773c52B67993e60Ecb3134b17436fE03B584c
Payment methods: — · Last validation: 2026-09-14 09:18:16.885+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Max results (default 20, max 100). Ignored when symbol is provided (returns all matches)."
},
"symbol": {
"type": "string",
"description": "Optional. Ticker to filter by (e.g. NVDA, AAPL). Omit to get all earnings in the window."
},
"days_ahead": {
"type": "integer",
"default": 7,
"maximum": 90,
"minimum": 1,
"description": "Calendar days ahead to include (1–90, default 7)."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"earnings",
"total",
"window_end",
"as_of"
],
"properties": {
"as_of": {
"type": "string",
"description": "ISO-8601 timestamp of this response."
},
"total": {
"type": "integer",
"description": "Total matching results before limit applied."
},
"earnings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "Company name."
},
"symbol": {
"type": "string",
"description": "Ticker symbol."
},
"timing": {
"type": [
"string",
"null"
],
"description": "pre-market | post-market | null"
},
"currency": {
"type": "string",
"description": "Reporting currency (usually USD)."
},
"report_date": {
"type": "string",
"description": "Earnings report date (YYYY-MM-DD)."
},
"eps_estimate": {
"type": [
"number",
"null"
],
"description": "Consensus EPS estimate (null if not available)."
},
"fiscal_period_end": {
"type": [
"string",
"null"
],
"description": "Fiscal quarter/year end date."
}
}
}
},
"window_end": {
"type": "string",
"description": "Last date included (YYYY-MM-DD)."
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.