---
title: "Retrieve Realtime fx rates exchange"
method: GET
path: "/api/v1/realtime-fx-rates/exchange/"
tags: ["Realtime FX"]
---

# Retrieve Realtime fx rates exchange

`GET /api/v1/realtime-fx-rates/exchange/`

Return rate between two currencies.
Expects two currencies a base and currency passed as get parameters.
Example: https://sandbox.intasend.com/api/v1/realtime-fx-rates/exchange/?base=KES&currency=EUR

Note: This endpoint uses query parameters.

## Query parameters

- `base` 'KES' | 'USD' | 'EUR' | 'GBP' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required
- `currency` 'KES' | 'USD' | 'EUR' | 'GBP' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required

## Response `200`

- RealTimeFXRatesSer
  - `id` integer, required
  - `base` 'KES' | 'USD' | 'EUR' | 'GBP' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required — * `KES` - KES * `USD` - USD * `EUR` - EUR * `GBP` - GBP * `GHS` - GHS * `NGN` - NGN * `UGX` - UGX * `TZS` - TZS * `XAF` - XAF * `XOF` - XOF
  - `pair` 'KES' | 'USD' | 'EUR' | 'GBP' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required — * `KES` - KES * `USD` - USD * `EUR` - EUR * `GBP` - GBP * `GHS` - GHS * `NGN` - NGN * `UGX` - UGX * `TZS` - TZS * `XAF` - XAF * `XOF` - XOF
  - `rate` string, decimal, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

---

[API](https://skmtc.dev/intasend/apis/intasend-api.md) · [All operations](https://skmtc.dev/intasend/apis/intasend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intasend/intasend-api/revisions/9fd63286a2c8/schema)
