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: show the values
| Point | UYU/KES |
|---|---|
| 2025-09-26 | 3.2272 |
| 2025-10-03 | 3.2416 |
| 2025-10-10 | 3.2211 |
| 2025-10-17 | 3.2251 |
| 2025-10-24 | 3.2475 |
| 2025-10-31 | 3.2394 |
| 2025-11-07 | 3.2445 |
| 2025-11-14 | 3.2516 |
| 2025-11-21 | 3.2604 |
| 2025-11-28 | 3.2653 |
| 2025-12-05 | 3.3075 |
| 2025-12-13 | 3.2757 |
| 2025-12-20 | 3.2871 |
| 2025-12-27 | 3.2989 |
| 2026-01-03 | 3.3009 |
| 2026-01-10 | 3.3121 |
| 2026-01-17 | 3.3328 |
| 2026-01-24 | 3.3599 |
| 2026-01-31 | 3.4004 |
| 2026-02-07 | 3.3378 |
| 2026-02-14 | 3.3462 |
| 2026-02-21 | 3.3239 |
| 2026-02-28 | 3.3603 |
| 2026-03-07 | 3.2120 |
| 2026-03-14 | 3.2103 |
| 2026-03-21 | 3.2173 |
| 2026-03-28 | 3.2090 |
| 2026-04-04 | 3.2171 |
| 2026-04-11 | 3.2020 |
| 2026-04-18 | 3.2455 |
| 2026-04-25 | 3.2656 |
| 2026-05-02 | 3.2377 |
| 2026-05-09 | 3.2393 |
| 2026-05-17 | 3.2155 |
| 2026-05-25 | 3.2378 |
| 2026-06-01 | 3.2268 |
| 2026-06-10 | 3.1971 |
| 2026-06-17 | 3.2048 |
| 2026-06-24 | 3.2200 |
| 2026-07-01 | 3.2277 |
| 2026-07-08 | 3.2039 |
| 2026-07-15 | 3.2253 |
| 2026-07-22 | 3.2130 |
| 2026-07-29 | 3.2243 |
| 2026-08-05 | 3.2162 |
| 2026-08-12 | 3.2133 |
| 2026-08-20 | 3.2352 |
| 2026-08-27 | 3.2183 |
| 2026-09-03 | 3.2187 |
| 2026-09-10 | 3.2168 |
| 2026-09-17 | 3.2040 |
| 2026-09-24 | 3.2196 |
High
3.4004
Low
3.1971
Average
3.2508
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.