Stock
Insider Confidence
Retrieve company insider confidence stats for the stock with the given ticker.
Parameters
ticker
string
Required
The ticker symbol of the stock
GET
/v1/stocks/:ticker/insider-confidence
Response
{
"buys": 15,
"sells": 239,
"sentiment": "negative"
}