Get bull say bear say stream.
websocket/v1
:Name | Location | Type | Required | Description |
---|---|---|---|---|
token | query | string | Yes | Benzinga websocket token (bz.production***). |
tickers | query | string | Optional | List of tickers you want to subscribe for. Seperated by comma. |
isins | query | string | Optional | List of isins you want to filter by. Seperated by comma. |
application/json
Parameter | Type | Description |
---|---|---|
id | string | Unique UUID for the WebSocket response |
api_version | string | WebSocket API version |
kind | string | WebSocket connection stream type |
data | object | Contains the action and details of the bull/bear case |
Parameter | Type | Description |
---|---|---|
action | string | WebSocket data action (e.g., created, updated, deleted) |
id | string | Data ID for the bull/bear case |
content | object | The bull/bear case details (see below) |
timestamp | string | Timestamp of the data |
Parameter | Type | Description |
---|---|---|
bear_case | string | Description of the bear case scenario |
bull_case | string | Description of the bull case scenario |
id | string | Unique identifier for the bull/bear case (UUID format) |
ticker | string | Stock ticker symbol related to the bull/bear case |
updated | integer | Timestamp of when the case was last updated (int64 format) |
101
- Websocket connection established successfully.401
- Invalid token, check the token provided.502
- Either invalid route or server error.