# Statistics

The **Statistics** section provides analytics for your project, including the total amount of deposits, withdrawals, and the conversion rate to successful deposits, broken down by various parameters.

{% hint style="info" %}
Data is updated daily at 00:00 (GMT). The bottom-left corner displays the date and time when the data was last updated.
{% endhint %}

{% hint style="warning" %}
Amounts are shown in US dollars (USD). Conversion from local currencies to USD is based on the exchange rate retrieved once per day from [openexchangerates.org](https://openexchangerates.org/).
{% endhint %}

### Filters panel

The filters panel is located at the top of the pages in all **Statistics** tabs. It allows you to define which data will be displayed in the charts and tables.

Available parameters:

* **Project** — filter data by project
* **Created at** — select the period for the displayed data
  * Preset last 7 days
* **Payment system** — filter by payment system
* **Status** — filter by transaction status
* **Indicator** — choose the unit of measurement:
  * Amount (in USD)
    * Preset by default
  * &#x20;Amount with fees (in USD)
  * Quantity of transactions

The panel can be collapsed or expanded by clicking its header.


---

# 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.a-pay.one/faq/a-pay-merchant-portal/interface/statistics.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.
