Benzinga · AsyncAPI Specification
Benzinga Bulls/Bears Say WebSocket Stream
Version 1.0.0
WebSocket API providing real-time bull and bear case scenarios for securities. **Authentication** - Clients must provide their API token as a query parameter: ``` wss://api.benzinga.com/api/v1/bulls_bears_say/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
bullsBearsSay
Send action commands; receive real-time bull/bear case updates
Messages
ActionRequest
ActionRequest
Send action commands (ping, replay)
BullBearMessage
BullBearMessage
Bull/Bear case event
Servers
wss
production
Real-time bulls/bears say stream endpoint