> For the complete documentation index, see [llms.txt](https://eagleeyebot.gitbook.io/eagle-eye/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eagleeyebot.gitbook.io/eagle-eye/get-values/insider-trading-data.md).

# Insider trading data

## The Gist

* These functions can get insider trading data, all you need to do is specify a ticker

{% hint style="danger" %}
**These functions are only available for those with the Eagle Eye Ultimate plan. Upgrade here** [**https://eagleeyebot.com/pricing**](https://eagleeyebot.com/pricing)
{% endhint %}

|                                                                               |                                                 |
| ----------------------------------------------------------------------------- | ----------------------------------------------- |
| [/insider trading summary](#insider-trading-summary) \<ticker> \<months\_ago> | Gets the summary of insider trades for a ticker |
| [/insider trading chart](#insider-trading-data) \<ticker> \<months\_ago>      | Plots insider trades on the stock's price chart |

### <mark style="background-color:green;">/insider trading summary</mark>

#### Gets the summary of insider trades for a ticker

{% hint style="success" %}
**Syntax:**  /insider trading summary \<ticker> \<months\_ago>
{% endhint %}

`ticker` is for the company you want insider trading data for

`months_ago` is for how long ago you want to get the data for. By default, it is set to 1

{% tabs %}
{% tab title="Example 1" %}

<figure><img src="/files/AypZBAXkykzG4FIpxLdc" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### <mark style="background-color:green;">/insider trading chart</mark>

#### Plots insider trades on the stock's price chart

{% hint style="success" %}
**Syntax:**  /insider trading chart \<ticker> \<months\_ago>
{% endhint %}

`ticker` is for the company you want insider trading data for

`months_ago` is for how long ago you want to get the data for. By default, it is set to 1

<mark style="color:green;">Green circles represent insider buys,</mark> <mark style="color:red;">red circles represent insider sales</mark>

{% tabs %}
{% tab title="Example 1" %}

<figure><img src="/files/tIXjRsnt61ZPzDmJFYSS" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
