Skip to content

KMF to UZS exchange rate API

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

27.3068

▼ +6.22% over 1Y

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 last year, KMF/UZS traded between 27.3068 and 29.6080, averaged 28.4180 and fell 6.22%. 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 1Y

KMF/UZS over 1Y: show the values
PointKMF/UZS
2025-09-2529.1183
2025-10-0228.8526
2025-10-0928.5280
2025-10-1628.9371
2025-10-2328.4185
2025-10-3028.3428
2025-11-0628.0273
2025-11-1328.2570
2025-11-2027.9083
2025-11-2728.0286
2025-12-0428.4253
2025-12-1228.6872
2025-12-1928.7153
2025-12-2628.9618
2026-01-0228.7369
2026-01-0928.5813
2026-01-1628.2750
2026-01-2329.0005
2026-01-3029.3828
2026-02-0629.4554
2026-02-1329.6080
2026-02-2029.0398
2026-02-2729.1046
2026-03-0628.7678
2026-03-1328.3841
2026-03-2028.6164
2026-03-2728.5832
2026-04-0328.4457
2026-04-1029.0261
2026-04-1729.0314
2026-04-2428.5545
2026-05-0128.4226
2026-05-0829.0148
2026-05-1628.3198
2026-05-2428.2597
2026-05-3128.4455
2026-06-0928.2036
2026-06-1628.2564
2026-06-2327.9096
2026-06-3027.9358
2026-07-0727.9687
2026-07-1428.0799
2026-07-2127.7641
2026-07-2827.8012
2026-08-0428.0611
2026-08-1127.9898
2026-08-1827.9680
2026-08-2627.9242
2026-09-0227.8084
2026-09-0927.9194
2026-09-1627.6176
2026-09-2327.3766

High

29.6080

Low

27.3068

Average

28.4180

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.