Earnings calendar — upcoming report dates, EPS and revenue estimates for up to 3
Earnings calendar — upcoming report dates, EPS and revenue estimates for up to 30 tickers
Answeringour last check, 2026-09-24
1 of 1checks answered this week
749 msmedian answer time
$0.03listed price per call
$0.03price 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://earnings.lonestaroracle.xyz/calendar
| Category | Everything else |
|---|---|
| Provider host | earnings.lonestaroracle.xyz |
| Networks | eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 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.03 | 749 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"days_soon": 7,
"tickers": "AAPL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "trading",
"description": "Upcoming earnings dates and consensus estimates for up to 30 tickers, plus a Claude AI pre-earnings brief. Returns earnings date, days until report, EPS estimate (low/avg/high), revenue estimate, trailing EPS, forward EPS, earnings growth rate, and a plain-English AI briefing on which reports matter most and what the estimates imply. Sorted by soonest report date.",
"name": "LoneStarOracle \u2014 EarningsCalendar",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"days_soon": {
"default": 7,
"title": "Days Soon",
"type": "integer"
},
"tickers": {
"title": "Tickers",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"as_of": "2026-04-23",
"earnings": [
{
"days_until": 7,
"earnings_date": "2026-04-30",
"earnings_growth": 18.3,
"eps_estimate_avg": 1.95,
"eps_estimate_high": 2.16,
"eps_estimate_low": 1.75,
"eps_forward": 9.37,
"eps_ttm": 7.89,
"name": "Apple Inc.",
"price": 207.5,
"reporting_soon": true,
"rev_estimate_avg": "109.59B",
"ticker": "AAPL"
}
],
"reporting_soon": [
"AAPL"
],
"summary": "Reporting within 7 days: AAPL",
"tickers_found": 4,
"tickers_no_data": []
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"earnings",
"calendar",
"eps",
"estimates",
"revenue",
"watchlist"
],
"type": "object",
"version": "1.0.0"
}