Skip to content

UYU to KES exchange rate API

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

3.2335

▲ +0.19% over 1Y

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 last year, UYU/KES traded between 3.1971 and 3.4004, averaged 3.2508 and rose 0.19%. 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 1Y

UYU/KES over 1Y: show the values
PointUYU/KES
2025-09-263.2272
2025-10-033.2416
2025-10-103.2211
2025-10-173.2251
2025-10-243.2475
2025-10-313.2394
2025-11-073.2445
2025-11-143.2516
2025-11-213.2604
2025-11-283.2653
2025-12-053.3075
2025-12-133.2757
2025-12-203.2871
2025-12-273.2989
2026-01-033.3009
2026-01-103.3121
2026-01-173.3328
2026-01-243.3599
2026-01-313.4004
2026-02-073.3378
2026-02-143.3462
2026-02-213.3239
2026-02-283.3603
2026-03-073.2120
2026-03-143.2103
2026-03-213.2173
2026-03-283.2090
2026-04-043.2171
2026-04-113.2020
2026-04-183.2455
2026-04-253.2656
2026-05-023.2377
2026-05-093.2393
2026-05-173.2155
2026-05-253.2378
2026-06-013.2268
2026-06-103.1971
2026-06-173.2048
2026-06-243.2200
2026-07-013.2277
2026-07-083.2039
2026-07-153.2253
2026-07-223.2130
2026-07-293.2243
2026-08-053.2162
2026-08-123.2133
2026-08-203.2352
2026-08-273.2183
2026-09-033.2187
2026-09-103.2168
2026-09-173.2040
2026-09-243.2196

High

3.4004

Low

3.1971

Average

3.2508

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.