Skip to content

KES to UYU exchange rate API

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

0.30926

▼ +0.19% over 1Y

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

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

KES/UYU over 1Y

KES/UYU over 1Y: show the values
PointKES/UYU
2025-09-260.30986
2025-10-030.30849
2025-10-100.31046
2025-10-170.31006
2025-10-240.30793
2025-10-310.30869
2025-11-070.30821
2025-11-140.30754
2025-11-210.30671
2025-11-280.30625
2025-12-050.30234
2025-12-130.30528
2025-12-200.30422
2025-12-270.30313
2026-01-030.30295
2026-01-100.30193
2026-01-170.30005
2026-01-240.29763
2026-01-310.29408
2026-02-070.29960
2026-02-140.29885
2026-02-210.30085
2026-02-280.29759
2026-03-070.31134
2026-03-140.31150
2026-03-210.31082
2026-03-280.31162
2026-04-040.31084
2026-04-110.31230
2026-04-180.30812
2026-04-250.30622
2026-05-020.30886
2026-05-090.30871
2026-05-170.31099
2026-05-250.30885
2026-06-010.30991
2026-06-100.31278
2026-06-170.31204
2026-06-240.31056
2026-07-010.30982
2026-07-080.31212
2026-07-150.31005
2026-07-220.31124
2026-07-290.31015
2026-08-050.31093
2026-08-120.31121
2026-08-200.30910
2026-08-270.31072
2026-09-030.31068
2026-09-100.31087
2026-09-170.31211
2026-09-240.31060

High

0.31278

Low

0.29408

Average

0.30768

For developers

Get this rate via the API

One GET request returns the KES/UYU 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=KES&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES&currencies=UYU");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

KES/UYU API questions

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

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

How far back does KES/UYU historical data go?

Daily KES/UYU 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 KES/UYU 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.