Benzinga · AsyncAPI Specification
Benzinga Calendar Ratings WebSocket Stream
Version 2.1.0
WebSocket API providing real-time analyst ratings data for specific ticker symbols. **Authentication** - Clients must provide their API token as a query parameter: ``` wss://api.benzinga.com/api/v2.1/calendar/ratings/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
calendarRatings
Send action commands; receive real-time ratings updates
Messages
ActionRequest
ActionRequest
Send action commands (ping, replay)
RatingsMessage
RatingsMessage
Analyst ratings event
Servers
wss
production
Real-time calendar ratings stream endpoint