# Valuation Data

The Gist

* These functions can get you historical valuation metrics like price to free cash flow, price to earnings, buyback yields, etc...

{% hint style="success" %}
**These functions are free for everyone to use! Join our support server if you have any suggestions** :smile:
{% endhint %}

|                                                              |                                                 |
| ------------------------------------------------------------ | ----------------------------------------------- |
| [/dcf](#dcf)                                                 | Gets the summary of insider trades for a ticker |
| [/valuation\_ratio](/eagle-eye/get-values/valuation-data.md) | Plots insider trades on the stock's price chart |

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

#### Gets the summary of trade

{% hint style="success" %}
**Syntax:**  /dcf \<ticker> \<growth\_rate> \<years: Optional> \<discount\_rate: Optional>

\<terminal\_growth\_rate: Optional>
{% endhint %}

`ticker` is for the company you want to do the dcf for

`growth_rate` the estimated free cash flow per share growth for the company

`years` how long the growth\_rate will be for

`discount_rate` the return you want on the company

`terminal_growth_rate` the free cash per share growth after years

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

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

### <mark style="background-color:green;">/valuation\_ratio</mark>

#### Does a discounted cash flow analysis on a stock

{% hint style="success" %}
**Syntax:**  /valuation\_ratio \<ticker> \<ratio> \<months\_ago>
{% endhint %}

`tickers` is which stocks you want the ratios for

`valuation_ratio` is which ratio you want to display. A list of available ratios will pop up

`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/mEEceAN8hWTdoY8156Zu" 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/valuation-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.
