Earnings calendar — upcoming report dates, EPS and revenue estimates for up to 30 tickers
Earnings calendar — upcoming report dates, EPS and revenue estimates for up to 30 tickers
30000 (raw units)
price
4
calls / 30d
2
unique payers
2026-09-16
updated
Provider
earnings.lonestaroracle.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:4663",
"payTo": "0xeF2a4B6756895aAf1374640dcFCD4947959442ab",
"asset": "0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"days_soon": 7,
"tickers": "AAPL"
},
"type": "http"
},
"output": {
"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": []
},
"format": "json",
"type": "object"
}
},
"schema": {
"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 — 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"
}
},
"bc_kg64bd18": {}
}Use it
curl
curl "https://earnings.lonestaroracle.xyz/calendar" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://earnings.lonestaroracle.xyz/calendar");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://earnings.lonestaroracle.xyz/calendar")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4301.json, and this resource appears in /discovery/resources and /discovery/search.