Skip to content

KMF to UZS exchange rate API

Comoro Franc to Uzbekistan Sum · quoted 2026-09-25

27.3068

▼ +4.88% over YTD

1 KMF = 27.3068 UZS · 1 UZS = 0.03662 KMF · Get this rate via the API

1 KMF buys 27.3068 UZS as of 2026-09-25, so 1 UZS buys 0.03662 KMF. Over the year to date, KMF/UZS traded between 27.3068 and 29.8481, averaged 28.4474 and fell 4.88%. The API holds daily KMF/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/UZS over YTD

KMF/UZS over YTD: show the values
PointKMF/UZS
2025-12-3128.7072
2026-01-0728.4873
2026-01-1428.5919
2026-01-2128.7602
2026-01-2829.5677
2026-02-0429.4501
2026-02-1129.8481
2026-02-1829.2574
2026-02-2529.2273
2026-03-0428.7855
2026-03-1128.7326
2026-03-1828.3860
2026-03-2528.7364
2026-04-0128.7136
2026-04-0828.9232
2026-04-1529.0696
2026-04-2228.7517
2026-04-2928.6698
2026-05-0628.5950
2026-05-1428.7634
2026-05-2128.5490
2026-05-2928.4139
2026-06-0528.2820
2026-06-1428.1914
2026-06-2128.1295
2026-06-2827.8003
2026-07-0527.8507
2026-07-1228.0220
2026-07-1927.9730
2026-07-2627.7941
2026-08-0228.0381
2026-08-0928.0850
2026-08-1627.9689
2026-08-2428.1241
2026-08-3127.8803
2026-09-0727.7984
2026-09-1427.6045
2026-09-2127.6119

High

29.8481

Low

27.3068

Average

28.4474

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/UZS API questions

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

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

How far back does KMF/UZS historical data go?

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