---
title: "GET /exchange-rates/all"
method: GET
path: "/exchange-rates/all"
---

# GET /exchange-rates/all

`GET /exchange-rates/all`

Retrieve latest exchange rates between currencies. If no params are passed, all available rates will be returned.

## Query parameters

- `source` string
- `target` string

## Response `200`

Exchange Rates Response

- ExchangeRate[]
  - `source` string — Source currency code (3-letter ISO)
  - `target` string — Target currency code (3-letter ISO)
  - `rate` number — Exchange rate from source to target
  - `date` string, date-time — Time the rate was last updated

## Other responses

- `401` — Invalid or Expired Token

---

[API](https://skmtc.net/clickpesa/apis/core-api-openapi-specification.md) · [All operations](https://skmtc.net/clickpesa/apis/core-api-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickpesa/core-api-openapi-specification/versions/9f70f35c5590/schema)
