Skip to main content
GET
/
exchange-rates
/
all
cURL
curl --request GET \
  --url https://api.clickpesa.com/third-parties/exchange-rates/all \
  --header 'Authorization: Bearer <token>'
[
  {
    "source": "TZS",
    "target": "USD",
    "rate": 0.00037736,
    "date": "2025-08-19T06:59:07Z"
  },
  {
    "source": "USD",
    "target": "TZS",
    "rate": 2510,
    "date": "2025-08-19T06:58:34Z"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

source
string
Example:
target
string
Example:

Response

source
string
Example:
target
string
Example:
rate
number
Example:
date
string<date-time>
Example: