---
title: "Get indicative FX rate for currency conversion"
method: GET
path: "/indicative-rates"
tags: ["CurrencyConversion"]
---

# Get indicative FX rate for currency conversion

`GET /indicative-rates`

Retrieve an indicative rate for currency conversion between two currencies. As this is an indicative rate it may change between the time of this request and the time of the actual conversion.

## Query parameters

- `SellCurrency` string, required — The currency that we would use to pay. This is an ISO 4217:2015 Alpha-3 currency code.
- `BuyCurrency` string, required — The currency that we are wanting to buy. This is an ISO 4217:2015 Alpha-3 currency code.

## Headers

- `Crezco-Version` string

## Response `200`

OK

- IndicativeRateResourceRepresentationVersion3[]
  - `sellCurrency` string — <p> The currency that we would use to pay. This is an ISO4217:2015 Alpha-3 currency code. </p>
  - `buyCurrency` string — <p> The currency that we are wanting to buy. This is an ISO4217:2015 Alpha-3 currency code. </p>
  - `rate` number, double — <p> The indicative rate for this conversion. Indicative means that the rate may change in the time between making this request and the concrete request to purchase currency is made. </p>

## Other responses

- `400` — Bad Request
- `401` — You do not have access. Check your API key is correct.
- `403` — You do not have access to this organisation.
- `406` — The version of the API that you requested is not available. Check your Crezco-Version header. If you omit this header you will use the latest version of the API.
- `429` — You have made too many requests to the API in too short a period. Wait a while and try again.

---

[API](https://skmtc.net/crezco/apis/payables-api.md) · [All operations](https://skmtc.net/crezco/apis/payables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crezco/payables-api/revisions/4427e79fba09/schema)
