> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/reports.md).

# REPORTS

### Types of reports

The Calypso interface offers several different types of reports that meet all financial accounting requirements:

1. [**All transactions report**](https://docs.calypso.money/reports/all-transactions-report) - See all incoming and outgoing transactions with balances in one report
2. [**Incoming transactions**](https://docs.calypso.money/reports/incoming-transactions) **-** See your incoming transactions in one report or separated, you can choose one of the following options:\
   2.1. **All incoming transactions** - Shows all incoming transactions for the account\
   2.2 **Only invoice transactions** - Shows transactions related to invoices\
   2.3. **Only fiat transactions** - Shows transactions related to fiat orders
3. [**Outgoing transactions**](https://docs.calypso.money/reports/outgoing-transactions) **-** See all your payments and payouts in one report
4. [**Exchange transactions**](https://docs.calypso.money/reports/exchange-transactions) **-** See all your currency exchanges in one report
5. [**Balance**](https://docs.calypso.money/reports/balance) **-** See all your assets balances in one report

***

### Reports via API

To receive API reports, use the following endpoints:

* <https://docs.calypso.money/api-reference/report-api>

***

To create reports in Calypso UI, use the guide at the - [link](https://docs.calypso.money/get-started-with-calypso-ui/reports/how-to-get-reports).


---

# 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:

```
GET https://docs.calypso.money/reports.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.
