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: show the values
| Point | UYU/KES |
|---|---|
| 2025-12-31 | 3.2947 |
| 2026-01-07 | 3.3158 |
| 2026-01-14 | 3.3188 |
| 2026-01-21 | 3.3637 |
| 2026-01-28 | 3.4296 |
| 2026-02-04 | 3.3501 |
| 2026-02-11 | 3.3625 |
| 2026-02-18 | 3.3215 |
| 2026-02-25 | 3.3399 |
| 2026-03-04 | 3.3618 |
| 2026-03-11 | 3.2061 |
| 2026-03-18 | 3.1907 |
| 2026-03-25 | 3.1842 |
| 2026-04-01 | 3.1981 |
| 2026-04-08 | 3.2305 |
| 2026-04-15 | 3.2146 |
| 2026-04-22 | 3.2515 |
| 2026-04-29 | 3.2717 |
| 2026-05-06 | 3.2080 |
| 2026-05-14 | 3.2436 |
| 2026-05-21 | 3.2098 |
| 2026-05-29 | 3.2343 |
| 2026-06-05 | 3.2074 |
| 2026-06-14 | 3.2109 |
| 2026-06-21 | 3.2332 |
| 2026-06-28 | 3.2338 |
| 2026-07-05 | 3.2188 |
| 2026-07-12 | 3.2155 |
| 2026-07-19 | 3.2172 |
| 2026-07-26 | 3.2311 |
| 2026-08-02 | 3.2160 |
| 2026-08-09 | 3.2227 |
| 2026-08-16 | 3.2095 |
| 2026-08-24 | 3.2253 |
| 2026-08-31 | 3.2067 |
| 2026-09-07 | 3.2154 |
| 2026-09-14 | 3.2221 |
| 2026-09-21 | 3.2223 |
High
3.4296
Low
3.1842
Average
3.2524
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=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¤cies=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.