Overview
Subscribe to real-time bull and bear case analyses for securities. Get balanced perspectives on both positive (bullish) and negative (bearish) scenarios for stocks.Key Features
- Balanced Analysis: Receive both bull and bear cases for comprehensive market insight
- Real-time Updates: Get instant notifications when cases are created, updated, or removed
- Filter by Security: Subscribe to specific tickers or ISINs
- Market Sentiment: Understand both optimistic and pessimistic viewpoints
Use Cases
- Build sentiment analysis dashboards showing both sides of the argument
- Track changes in bull/bear sentiment over time
- Alert users to significant shifts in market perspective
- Provide balanced investment research to clients
Quick Start
Use the interactive WebSocket tester above to connect and test the stream in real-time.Connection URL
Query Parameters
| Parameter | Required | Description |
|---|---|---|
token | Yes | Your Benzinga WebSocket API token (bz.production***) |
tickers | No | Comma-separated list of ticker symbols (e.g., AAPL,TSLA) |
isins | No | Comma-separated list of ISINs to filter |
Message Example
Message Actions
| Action | Description |
|---|---|
created / Created | New bull/bear case published |
updated / Updated | Existing case modified |
deleted / Deleted | Case removed |
Interactive Commands
| Command | Description |
|---|---|
ping | Keep connection alive (responds with pong) |
replay | Replay up to the last 100 cached messages |
Best Practices
- Deduplication: Use the
idfield to prevent processing duplicate messages - Heartbeat: Send
pingcommands every 30-60 seconds - Balanced Presentation: Display both bull and bear cases to provide fair analysis
- Update Tracking: Monitor the
updatedtimestamp to identify recent changes