> 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="https://3616759326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjPuKj5pgVGPhvetVzwOY%2Fuploads%2F8LgCj3qU2C9Wz8MrUUQB%2Fdcf.PNG?alt=media&amp;token=91c769da-be2f-4fe7-9124-e976c2e32332" 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="https://3616759326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjPuKj5pgVGPhvetVzwOY%2Fuploads%2FIpSifNO5HWtbYxGOFXcn%2Fprice%20to%20free%20cash%20flow.png?alt=media&amp;token=5b8a15cc-8a56-45bb-9a46-d59a32ab77dc" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
