Benzinga · AsyncAPI Specification
Benzinga Calendar Earnings WebSocket Stream
Version 2.1.0
WebSocket API providing real-time calendar earnings data for specific ticker symbols. **Authentication** - Clients must provide their API token as a query parameter: ``` wss://api.benzinga.com/api/v2.1/calendar/earnings/stream?token=YOUR_API_TOKEN ``` - Upon connect, you'll receive status messages for connection and authentication. **Filtering** - Filter by tickers: Use `tickers` query parameter (comma-separated) - Filter by ISINs: Use `isins` query parameter (comma-separated) **Actions** - `ping`: Keeps the WebSocket connection alive - `replay`: Replays up to the last 100 messages (cache-dependent)
View Spec
View on GitHub
FinancialMarket DataStocksNewsReal-TimeSentimentAnalyst RatingsEarningsOptionsStreamingAsyncAPIWebhooksEvents
Channels
calendarEarnings
Send action commands; receive real-time earnings updates
Messages
ActionRequest
ActionRequest
Send action commands (ping, replay)
EarningsMessage
EarningsMessage
Earnings event
Servers
wss
production
Real-time calendar earnings stream endpoint