> For the complete documentation index, see [llms.txt](https://xoxoday.gitbook.io/plum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoxoday.gitbook.io/plum/developer-resources/overview-of-reward_api/forex.md).

# Forex

## Overview:

New changes in the system will allow you to know the Exchange rate applicable on a daily basis to the products considering the base currency of the account.&#x20;

For instance, if the account's base currency is set as USD and the Product Price is GBP 10, then the Customer will know the actual amount that he is going to be charged for that day if an order for a specific cross-currency product is placed.&#x20;

<table><thead><tr><th>Parameter</th><th>Details</th><th data-hidden></th></tr></thead><tbody><tr><td>Customer Base Currency</td><td>USD</td><td></td></tr><tr><td>Product Name</td><td>Starbucks UK</td><td></td></tr><tr><td>Product Currency</td><td>GBP</td><td></td></tr><tr><td>Product Price</td><td>GBP 25</td><td></td></tr><tr><td>Exchange Rate Date</td><td>07-02-2023</td><td></td></tr><tr><td>Exchange Rate Applied considering customer base currency and Product base currency</td><td>1.20</td><td></td></tr><tr><td>Order amount with one quantity applicable for the customer</td><td>USD 30</td><td></td></tr></tbody></table>

#### How this is going to help you?

This will allow you to know the actual value that is being charged as per the base currency set in the account, where there is an exchange rate that is applied for the orders being placed on a daily basis which also includes the orders with cross-currency products. This helps create transparency during the internal audit process.&#x20;

#### Daily Exchange Rate Sync-up Details:

* We will be taking the exchange rate information from [www.currencylayer.com\&#x20](http://www.currencylayer.com\&#x20);
* Xoxoday systems will lock the exchange rates on a daily basis at 12:01 GMT +5:30 (06:31 UTC)


---

# 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://xoxoday.gitbook.io/plum/developer-resources/overview-of-reward_api/forex.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.
