# APY and APR Calculations

APR is calculated using the current PPS (Price Per Share) compared to the PPS from a previous period. 90 days is common, though it can vary depending on the age of the vault and various other factors.

This specific information, along with gross and net APY, is visible when you hover over the APY icon on any given vaults page in our app.

While APR is based on historical performance and not guaranteed, it provides a clear insight into what depositors earned during that timeframe. APR is gross, before fees.

**`APR = returns * (365 / daysElapsed)`** \
**`daysElapsed = past 90 days`**\
\&#xNAN;**`Returns = (end value - start value) / start value`**

For APY figures we use the daily compounding formula:

```
APY=(1+APR/365)*365−1
```


---

# 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://docs.neutral.trade/additional-info/apy-and-apr-calculations.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.
