Bull vs. Bear
GET bull / bear
Get the bullish and bearish statements
GET
/
bulls_bears_say
Authorizations
token
string
queryrequiredQuery Parameters
symbols
string
requiredStock ticker symbol to query for bull/bear cases.
token
string
requiredAuthentication token for the API access.
Response
200 - application/json
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.
ticker
string
Stock ticker symbol related to the bull/bear case.
updated
integer
Timestamp of when the case was last updated.
Was this page helpful?