# Hedge fund data

The Gist

* These functions can be used to get hedge fund trading data, a hedge fund/investor needs to be specified for all these functions

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

<table><thead><tr><th width="434">Function</th><th>Descriptions</th></tr></thead><tbody><tr><td><a href="#holdings-current">/holdings heatline</a> &#x3C;investor> &#x3C;ticker></td><td>Shows when a fund/investor bought, sold, or held a stock.</td></tr><tr><td><a href="#holdings-current">/holdings current</a> &#x3C;investor> &#x3C;dollars></td><td>Gets the current holdings for a fund/investor</td></tr><tr><td><a href="#holdings-change">/holdings change</a> &#x3C;investor></td><td>Gets the change in holdings for a fund/investor</td></tr><tr><td><a href="#holdings-historical">/holdings historcal</a> &#x3C;investor> &#x3C;ticker> &#x3C;display_type></td><td>Gets the historical position of a stock by a fund/investor</td></tr></tbody></table>

### <mark style="background-color:green;">/holdings heatline</mark>

#### Gets the heatline for an investor's holding

{% hint style="success" %}
**Syntax:**  /holdings heatline \<investor> \<ticker>
{% endhint %}

`investor` refers to which fund/investor you want the holdings for

`ticker` specifies which company you want the heatline for

{% tabs %}
{% tab title="Example 1" %}
Copy and paste below:

/holdings heatline investor:Warren Buffett ticker:aapl

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

### <mark style="background-color:green;">/holdings current</mark>

#### Gets the current holdings for a fund/investor

{% hint style="success" %}
**Syntax:**  /holdings current \<investor> \<dollars>
{% endhint %}

`investor` refers to which fund/investor you want the holdings for

`dollars` returns the holdings by dollar amount if you set it to true. By default, holdings are returned as a percentage of the total portfolio.

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

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

### <mark style="background-color:green;">/holdings change</mark>

#### Gets the change in holdings for a fund/investor

{% hint style="success" %}
**Syntax:**  /holdings change \<investor>&#x20;
{% endhint %}

`investor` refers to which fund/investor you want the change in holdings for

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

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

### <mark style="background-color:green;">/holdings  historical</mark>

#### Gets the historical position of a stock by a fund/investor

{% hint style="success" %}
**Syntax:**  /holdings historical \<investor> \<ticker> \<display\_type>
{% endhint %}

`investor` refers to which fund/investor you want the holdings for

`ticker` specifies which company you want the historical holdings for

`display_type` gives you multiple options for displaying the chart such as the #of shares, the dollar value, or the allocation % in the portfolio

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

<figure><img src="/files/6v8aKxQ3QoEon4vAiTNT" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Example 2" %}

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

{% tab title="Example 3" %}

<figure><img src="/files/NQEAkihDNhJrXw55BCl1" 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/hedge-fund-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.
