Benzinga · AsyncAPI Specification
Benzinga News Stream API
Version 1.0.0
Real-time streaming of Benzinga news articles and updates. **Authentication** - Clients must provide their API token as a query parameter: ``` wss://api.benzinga.com/api/v1/news/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 channels: Use `channels` 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
news
Send action commands; receive real-time news updates
Messages
ActionRequest
ActionRequest
Send action commands (ping, replay)
NewsMessage
News Update
A news article or update message
Servers
wss
production
Real-time news stream endpoint