> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/records/currency.md).

# Currencies and Exchange Rates

Multiple currencies can be used in records, accounts, budgets, investments, and statistics. Accounts and records always keep their original currencies; exchange rates are used for cross-currency totals and display.

## Manage Currencies and Rates

Open **Currencies & Exchange Rates** to view or edit rates between currencies.

{% hint style="info" %}
Accounts and records keep their original currencies. Changing a rate only changes cross-currency conversion and totals; it does not rewrite original amounts.
{% endhint %}

## Display Rules

| Location                 | Display behavior                                              |
| ------------------------ | ------------------------------------------------------------- |
| Account row              | Shows the account's own currency and balance                  |
| Top of Assets            | Converts and totals values in the current statistics currency |
| Parent-child accounts    | Converts child accounts to the main account's currency first  |
| Statistics and Budget    | Uses the currency selected on that page                       |
| Currency exchange record | Preserves both outgoing and incoming amounts                  |

## Record a Currency Exchange

1. Choose **Currency Exchange** when adding a record.
2. Choose the source and destination accounts.
3. Enter both amounts or the rate used for this exchange.
4. Saving updates both account balances.

## Net Worth Conversion

The Assets page calculates assets, liabilities, and net worth for the current filter. Account rows, the top summary, and current net worth include only records that have occurred by the current time. Future records affect balances when their scheduled time arrives. The net worth trend reconstructs balances by record date and applies the book filter, account statistics settings, and exchange rate for each date.

{% hint style="warning" %}
If an account row and the page total differ, check the statistics currency, book filter, parent-child accounts, exchange rates, and whether the account is excluded from statistics.
{% endhint %}


---

# 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://help.daak2.com/records/currency.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.
