Get earnings calendar events
Returns earnings calendar data powered by Benzinga, including scheduled earnings dates, EPS and revenue estimates, reported actuals, and surprise metrics. Filter by tickers, date range, or importance level.
Query parameters
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Comma-separated company keys (EXCHANGE_TICKER format, e.g. NASDAQ_AAPL,NYSE_MSFT) or plain ticker symbols (AAPL,MSFT). Max 50.
Comma-separated company keys (EXCHANGE_TICKER format, e.g. NASDAQ_AAPL,NYSE_MSFT) or plain ticker symbols (AAPL,MSFT). Max 50.
Single date to query (YYYY-MM-DD). Shorthand for dateFrom and dateTo when both are the same.
Single date to query (YYYY-MM-DD). Shorthand for dateFrom and dateTo when both are the same.
Start date for date range filter (YYYY-MM-DD)
Start date for date range filter (YYYY-MM-DD)
End date for date range filter (YYYY-MM-DD)
End date for date range filter (YYYY-MM-DD)
Minimum importance level to filter by (0-5). Returns events with importance greater than or equal to this value.
Minimum importance level to filter by (0-5). Returns events with importance greater than or equal to this value.
Page offset for pagination (0-100000)
Page offset for pagination (0-100000)
Number of results per page (max 1000)
Number of results per page (max 1000)
ISIN to look up. Resolves to ticker via our database, then queries Benzinga.
ISIN to look up. Resolves to ticker via our database, then queries Benzinga.
CUSIP to look up. Resolves to ticker via our database, then queries Benzinga.
CUSIP to look up. Resolves to ticker via our database, then queries Benzinga.
Sort by date. Use date:asc or date:desc
Sort by date. Use date:asc or date:desc
Only return records updated after this Unix timestamp (UTC)
Only return records updated after this Unix timestamp (UTC)
Response
Earnings calendar events
Example response
[
{
"id": "123456",
"date": "2026-03-15",
"dateConfirmed": "1",
"time": "16:30:00",
"ticker": "AAPL",
"exchange": "NASDAQ",
"name": "Apple Inc",
"isin": "US0378331005",
"cusip": "037833100",
"currency": "USD",
"period": "Q1",
"periodYear": 2026,
"epsType": "Diluted",
"eps": 1.52,
"epsEst": 1.48,
"epsPrior": 1.4,
"epsSurprise": 0.04,
"epsSurprisePercent": 2.7,
"revenueType": "Total Revenue",
"revenue": 94836000000,
"revenueEst": 93890000000,
"revenuePrior": 89498000000,
"revenueSurprise": 946000000,
"revenueSurprisePercent": 1.01,
"importance": 5,
"updated": 1711900800
}
]