# Multi Currency (Exchange Rates)

Nosto supports multiple currencies by dynamically converting the catalog prices using your store's exchange rates.

![2.3.8](https://img.shields.io/badge/nosto-2.3.8-red.svg)

If your store view allows retailers to purchase in multiple currencies, the extension will automatically begin using the exchange rates. From version 2.10.0 you can also disable multi currency features and Nosto will not try to do any currency conversions for product prices. If your store view allows purchases only in one single currency you can set the multi currency method to be "Single currency" and Nosto will convert all product prices to that currency using the exchange rates saved in Magento.

![Multiple Currencies](https://user-images.githubusercontent.com/327432/31316109-2ab18b2e-ac2f-11e7-9230-576dbec556c5.png)

If your store has multiple store views and each store view use only one currency, you should set the Multi currency method to be "Single currency".

When using multiple currencies exchange rates are automatically synchronized with Nosto and the recommendations use these rates to dynamically convert the catalog prices from the store's base currency to the customer's active currency.

The customer's active currency is denoted by some embedded semantic markup on all pages. The semantic markup resembles the following snippet:

```
<div class="nosto_variation" style="display: none;">EUR</div>
```

## Enabling / Disabling Multi-Currency

As of version 2.10.0 you can disable multi currency from the Nosto extension's settings (Stores > Configuration > Services > Nosto).

![fullscreen\_23\_04\_18\_13\_44](https://user-images.githubusercontent.com/15191701/39122156-9af96024-46fc-11e8-9109-00e0e262c776.png)

## Updating Exchange Rates

While the extension has fallback mechanisms to update the exchange rates, you must have cron configured. The extension has a built-in cron handler that updates the exchange rates every hour. This interval is fixed and cannot be altered.


---

# 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.nosto.com/magento-2/features/multi-currency-exchange-rates.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.
