> 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/valuation-data.md).

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