> For the complete documentation index, see [llms.txt](https://sway-technologies.gitbook.io/sway-charts-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/conversion-rate.md).

# Conversion Rate

| Field            | Value                                                                   | Type                                                                                                                    |
| ---------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **fromCurrency** | Source currency                                                         | String **required**                                                                                                     |
| **toCurrency**   | Target currency                                                         | String **required**                                                                                                     |
| **convRate**     | Current conversion rate from the source currency to the target currency | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
