> For the complete documentation index, see [llms.txt](https://www.indiainvestments.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.indiainvestments.wiki/excel/quantifying-returns-cagr-and-xirr.md).

# Quantifying Returns: CAGR and XIRR

In investment parlance, *returns* is a big deal. It probably gets more attention than almost any other metric or ratio out there, and occupies the largest mindshare among most investors.

So far, we've carefully avoided this topic to do it justice because *returns* also happen to be commonly misunderstood and are often erroneously focused upon.

To begin with, returns are not just some numbers on a screen and the goal is **not** to have as high returns as possible. It's instructive that as investors, we develop a good visual and mental model of what these numbers / metrics mean and interpret it in the right context.

This chapter's child pages are meant to enhance our knowledge, so we can have higher-level discussions about returns. At the same time, we aim to empower ourselves so we can compute these values independently on our own using spreadsheets rather than relying on external online tools. This would help us make better financial decisions.

{% content-ref url="/pages/-MWstAb4cdRxMmBhJ5tD" %}
[CAGR: Point-to-Point Annualized Returns](/excel/quantifying-returns-cagr-and-xirr/cagr.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MX00z9ZSrDGwuNkFR4T" %}
[A Gentle Introduction to XIRR](/excel/quantifying-returns-cagr-and-xirr/xirr.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXGcCuizoxiRnrPUt9y" %}
[A Rigorous Introduction to XIRR](/excel/quantifying-returns-cagr-and-xirr/xirr-math.md)
{% endcontent-ref %}


---

# 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://www.indiainvestments.wiki/excel/quantifying-returns-cagr-and-xirr.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.
