# FX Rate (Currency History) #### **Table of Contents** - [Description](#bkmrk-description) - [Examples](#bkmrk-examples) - [Cookbook](#bkmrk-cookbook) - [F.A.Q.](#bkmrk-api-documentation) - [API Documentation](#bkmrk-api-documentation) #### **Description** ##### *Financial meaning* **FX Rate**, or exchange rate, is the price of one currency (base currency) in terms of another currency (quote currency). ##### *Platform abstraction* **FX Rate** in Finmars (a.k.a. Currency history) is an entity which evaluates a [currency](https://docs.finmars.com/books/entities/chapter/currency "Currency") (base currency) in system default currency (quote currency, USD by default) on a specific date for specific [pricing policy](https://docs.finmars.com/books/entities/chapter/pricing-policy "Pricing Policy"). By default, system currency is set to USD, it can be changed in [default settings](https://docs.finmars.com/books/default-settings "Default Settings"), but it's not recommended due to some modules may depend on system default currency set as USD. #### **Examples**
**Currency****Date****Fx rate****Pricing policy****Modified Date And Time**
BTC2024-06-2064854.3000Standard2024-06-27 19:00:31
1. `BTC` - Base currency 2. `64854.3000` - is BTC/USD FX Rate (quote currency is the default currency USD) 3. `Standard` - is the name of the pricing policy 4. `2024-06-27 19:00:31` - modified at datetime [![image.png](https://docs.finmars.com/uploads/images/gallery/2025-04/scaled-1680-/xNAimage.png)](https://docs.finmars.com/uploads/images/gallery/2025-04/xNAimage.png) #### **Cookbook** ##### *CRUD* Operations within platform. ##### *Use Cases* What for it's used. #### **F.A.Q.** Frequently asked questions. #### **API documentation** Link to API documentation.