# Multicurrency

Lunch Money supports over 160 global currencies, so whether you're managing expenses across multiple countries, traveling internationally, or dealing with foreign investments, you can seamlessly track everything in one place without the hassle of manual conversions or separate apps.

***

#### Jump to:

* [Primary currency](#primary-currency)
* [Supported currencies](#supported-currencies)
* [Currency exchange rate](#currency-exchange-rate)
* [My currency isn't listed!](#my-currency-isnt-listed)

***

{% embed url="<https://www.youtube.com/watch?v=Oyfdq0dQetc>" %}

## Primary currency

The primary currency will be the currency in which all totals and summaries are displayed in Lunch Money. For example, if your primary currency is USD and you have transactions in EUR and CAD, your budget summaries, account summaries, charts, and all other totals will show up as USD.

Typically, this is the currency that you instinctively think in, or the currency that most of your money is in. You can change your primary currency at any time from the [Settings](https://my.lunchmoney.app/settings) page.

## Supported currencies

When you have more than one currency enabled, all editable amount fields in Lunch Money will display a dropdown. The currencies that are listed in this dropdown are based on the list of supported currencies that you've enabled.

To add or remove supported currencies, head over to the [Settings](https://my.lunchmoney.app/settings) page and locate the '*Details*' section. Under '*Supported Currencies*' you can click to add new currencies, or can remove currencies by clicking the 'x' next to them:

<figure><img src="/files/kmrNqMjdZfIZCml8NVcE" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note that you don’t have to have a currency in your list of supported currencies for it to show up in Lunch Money. For instance, if you had EUR as a supported currency at one point and you have a few transactions in euros, and you decide to remove EUR from your list of supported currencies, your euro transactions will not be affected. The only thing that will be affected is the currency dropdown when adding or editing amounts.
{% endhint %}

## Currency exchange rate

Lunch Money uses historic currency exchange rates to calculate amounts in your primary currency. Every day, we fetch the latest exchange rates for over 160 different currencies. This ensures that a transaction made in Feb 2019 and a transaction made in Aug 2019 both reflect the true currency exchange rate of that day.

If for some reason, we did not get a currency exchange rate for a particular rate, we will fall back on the closest day’s exchange rate.

## My currency isn't listed!

If you have a currency that you’d like to see listed, let us know at <support@lunchmoney.app> and we will do our best to get it added!


---

# 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://support.lunchmoney.app/settings/multicurrency.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.
