# Reporting

### Do you offer reports on completed trades and settlements?

Yes, we do offer three types of reports on trades, end-of-day position snapshots, and settlements. They come in different formats:

1. **Daily Report** – Sent via email, it includes trades and settlement history for the previous day.
2. **Monthly Report** – Sent via email, it includes trades and settlement history for the previous month.
3. **On-demand CSV** – Available upon request in the GUI terminal under the 'History' section.

### What formats of reports do you offer?

1. PDF and CSV are disseminated via email on a daily and monthly basis.
2. CSVs in the 'History' section are available on demand.

### Can I use the PDF report as proof of complying with the EU’s Travel Rule?

Yes, you can. The PDF report can serve as proof that you have settled with a particular entity. See the example below, specifically the settlement history section.

{% file src="/files/J3v3ox2wPNxz8k1bfybD" %}

### Can I request an on-demand report?

Yes, you can - through our GUI:

1. Go to 'Trades' or 'Settlements' in the 'History' section depending on your needs
2. Click 'Export in .CSV'
3. Select dates, specify the desired filename, include headers (or don't)
4. Press 'Export .CSV'

<div><figure><img src="/files/zUaSwHyB5SCdFQweLUxI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ofKNTHWurKUJ907oPLzs" alt=""><figcaption></figcaption></figure></div>

### If I have multiple users on Finery Markets, will they be receiving reports as well?

Yes, they will.

### Is this available through API?

Yes, there are methods that can deliver this data. Refer to the following methods:

{% content-ref url="/pages/sX8KVn5V9oKRRCSH7Fsw" %}
[dealHistory](/api-reference/rest-api/deals-and-positions/dealhistory.md)
{% endcontent-ref %}

{% content-ref url="/pages/5cT93n28RMkUnBIKtv28" %}
[settlementHistory](/api-reference/rest-api/settlements/settlementhistory.md)
{% endcontent-ref %}

{% content-ref url="/pages/KX4XNDmPg4pELk61xYzW" %}
[settlementTransactionHistory](/api-reference/rest-api/settlements/settlementtransactionhistory.md)
{% endcontent-ref %}


---

# 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://faq.finerymarkets.com/product-features/control-center/reporting.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.
