---
title: "Get FX rates"
method: GET
path: "/v2/fx/rate"
tags: ["FX"]
---

# Get FX rates

`GET /v2/fx/rate`

This endpoint returns the exchange rate between two currencies. You will need to enable PERM_BUSINESS_GET_FX_RATE to use this endpoint.

## Query parameters

- `sellCurrency` string, required — The currency the money is currently in
- `buyCurrency` string, required — The currency the money is being converted to

## Response `200`

An object of FX information

- FxRate
  - `provider` string — The FX transfer provider
  - `buyCurrency` string — The currency the funds will be exchanged to
  - `sellCurrency` string — The currency the funds are currently in
  - `fixedSide` string — The fixed side of the FX transfer
  - `buyAmount` integer — Amount to buy (in buy currency)
  - `sellAmount` integer — Amount to sell (in sell currency)
  - `rate4d` integer

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
