Default
Insider Sentiment
Get insider sentiment data for US companies calculated using method discussed <a href="https://medium.com/@stock-api/finnhub-insiders-sentiment-analysis-cc43f9f64b3a" target="_blank">here</a>. The MSPR ranges from -100 for the most negative to 100 for the most positive which can signal price changes in the coming 30-90 days.
get/stock/insider-sentiment
Query parameters
symbolstring required
Symbol of the company: AAPL.
fromstring date required
From date: 2020-03-15.
tostring date required
To date: 2020-03-16.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"symbol": "symbol",
"month": 6,
"year": 0,
"change": 1,
"mspr": 5.962134
},
{
"symbol": "symbol",
"month": 6,
"year": 0,
"change": 1,
"mspr": 5.962134
}
]
}