Skip to content

UYU to KES exchange rate API

Peso Uruguayo to Kenyan Shilling · quoted 2026-09-26

3.2335

▼ +1.86% over YTD

1 UYU = 3.2335 KES · 1 KES = 0.30926 UYU · Get this rate via the API

1 UYU buys 3.2335 KES as of 2026-09-26, so 1 KES buys 0.30926 UYU. Over the year to date, UYU/KES traded between 3.1842 and 3.4296, averaged 3.2524 and fell 1.86%. The API holds daily UYU/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/KES over YTD

UYU/KES over YTD: show the values
PointUYU/KES
2025-12-313.2947
2026-01-073.3158
2026-01-143.3188
2026-01-213.3637
2026-01-283.4296
2026-02-043.3501
2026-02-113.3625
2026-02-183.3215
2026-02-253.3399
2026-03-043.3618
2026-03-113.2061
2026-03-183.1907
2026-03-253.1842
2026-04-013.1981
2026-04-083.2305
2026-04-153.2146
2026-04-223.2515
2026-04-293.2717
2026-05-063.2080
2026-05-143.2436
2026-05-213.2098
2026-05-293.2343
2026-06-053.2074
2026-06-143.2109
2026-06-213.2332
2026-06-283.2338
2026-07-053.2188
2026-07-123.2155
2026-07-193.2172
2026-07-263.2311
2026-08-023.2160
2026-08-093.2227
2026-08-163.2095
2026-08-243.2253
2026-08-313.2067
2026-09-073.2154
2026-09-143.2221
2026-09-213.2223

High

3.4296

Low

3.1842

Average

3.2524

For developers

Get this rate via the API

One GET request returns the UYU/KES rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=KES");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=KES").json()

Replace YOUR_API_KEY with the key from your dashboard.

UYU/KES API questions

How do I get the UYU/KES exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UYU/KES rate in rates.KES.

How far back does UYU/KES historical data go?

Daily UYU/KES rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free UYU/KES exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.