Skip to content

UYU to KMF exchange rate API

Peso Uruguayo to Comoro Franc · quoted 2026-09-25

10.8012

▲ +2.88% over 1Y

1 UYU = 10.8012 KMF · 1 KMF = 0.09258 UYU · Get this rate via the API

1 UYU buys 10.8012 KMF as of 2026-09-25, so 1 KMF buys 0.09258 UYU. Over the last year, UYU/KMF traded between 10.3858 and 11.0585, averaged 10.6556 and rose 2.88%. The API holds daily UYU/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/KMF over 1Y

UYU/KMF over 1Y: show the values
PointUYU/KMF
2025-09-2510.4986
2025-10-0210.5136
2025-10-0910.5920
2025-10-1610.4950
2025-10-2310.6680
2025-10-3010.6168
2025-11-0610.7332
2025-11-1310.6748
2025-11-2010.7157
2025-11-2710.6576
2025-12-0410.7661
2025-12-1210.6722
2025-12-1910.7061
2025-12-2610.6505
2026-01-0210.7066
2026-01-0910.8175
2026-01-1610.9498
2026-01-2311.0585
2026-01-3010.7547
2026-02-0610.8043
2026-02-1310.7913
2026-02-2010.8256
2026-02-2710.8781
2026-03-0610.7615
2026-03-1310.6450
2026-03-2010.5577
2026-03-2710.5295
2026-04-0310.5514
2026-04-1010.3858
2026-04-1710.4977
2026-04-2410.6698
2026-05-0110.5291
2026-05-0810.4446
2026-05-1610.6311
2026-05-2410.6168
2026-05-3110.5272
2026-06-0910.5908
2026-06-1610.4583
2026-06-2310.7602
2026-06-3010.7372
2026-07-0710.7103
2026-07-1410.7043
2026-07-2110.7000
2026-07-2810.7471
2026-08-0410.6096
2026-08-1110.5697
2026-08-1810.5955
2026-08-2610.4966
2026-09-0210.5353
2026-09-0910.5215
2026-09-1610.6109
2026-09-2310.7045

High

11.0585

Low

10.3858

Average

10.6556

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/KMF API questions

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

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

How far back does UYU/KMF historical data go?

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