---
title: "Insider Sentiment"
method: GET
path: "/stock/insider-sentiment"
tags: ["Default"]
---

# Insider Sentiment

`GET /stock/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.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- InsiderSentiments
  - `symbol` string — Symbol of the company.
  - `data` InsiderSentimentsData[] — Array of sentiment data.
    - `symbol` string — Symbol.
    - `year` integer — Year.
    - `month` integer — Month.
    - `change` integer — Net buying/selling from all insiders' transactions.
    - `mspr` number, float — Monthly share purchase ratio.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
