> For the complete documentation index, see [llms.txt](https://docs.fiinpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fiinpro.com/english/corporate/peer-and-valuation/overview.md).

# Overview

Providing indicators on Valuation, Profitability, Credit, Performance, Ownership... to compare corporations in the same sector.&#x20;

Each comparing indicator will have its own set of metrics, making it easy for users to analyze and evaluate the capabilities of companies within the sector.&#x20;

<figure><img src="/files/vjLTDIBCWOxxUeKeIDht" alt=""><figcaption><p>Peer and Valuation screen</p></figcaption></figure>

The default list of Peer & comparison will include stocks in the same sector. However, users can customize it by adding (click on Add Ticker) or removing stocks.&#x20;

When clicking on Add Ticker, the interface appears as follows:&#x20;

<figure><img src="/files/LRyy22d59VqPLw8djhXz" alt=""><figcaption></figcaption></figure>

&#x20;In addition to the stocks that can be searched by typing in relevant keywords, users can select [**My Watchlist**](/english/general-guidelines/general-features/watchlist.md) to view the lists created and add to the comparison.&#x20;

The groups of indicators used for comparison include:

* Valuation
* Profitability
* Credit
* Performance
* Ownership
* Balance Sheet
* Income Statement

{% tabs %}
{% tab title="Valuation" %}

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

{% tab title="Profitability" %}

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

{% tab title="Asset quality" %}

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

{% tab title="Performance" %}

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

{% tab title="Ownership" %}

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

{% tab title="Balance sheet" %}

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

{% tab title="Income statement" %}

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

{% hint style="info" %}
The **Valuation** chart shows the performance of each indicator of the selected stock for each year. The bar chart column for each year shows the minimum and maximum value of the company's indicator during that period.&#x20;

The horizontal line represents the **end-of-year** value of the selected company's indicator, and for the current year, it is the **current value** of the company's indicator.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fiinpro.com/english/corporate/peer-and-valuation/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
