# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eagleeyebot.gitbook.io/eagle-eye/get-values/insider-trading-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
