Skip to content

KMF to UGX exchange rate API

Comoro Franc to Uganda Shilling · quoted 2026-09-25

9.0787

▲ +8.70% over 1Y

1 KMF = 9.0787 UGX · 1 UGX = 0.11015 KMF · Get this rate via the API

1 KMF buys 9.0787 UGX as of 2026-09-25, so 1 UGX buys 0.11015 KMF. Over the last year, KMF/UGX traded between 8.1264 and 9.1718, averaged 8.6414 and rose 8.70%. The API holds daily KMF/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/UGX over 1Y

KMF/UGX over 1Y: show the values
PointKMF/UGX
2025-09-258.3523
2025-10-028.2598
2025-10-098.1264
2025-10-168.2024
2025-10-238.2212
2025-10-308.1862
2025-11-068.1662
2025-11-138.4905
2025-11-208.5146
2025-11-278.5558
2025-12-048.4031
2025-12-128.4743
2025-12-198.5143
2025-12-268.6521
2026-01-028.6558
2026-01-098.5214
2026-01-168.3900
2026-01-238.3699
2026-01-308.6265
2026-02-068.5351
2026-02-138.5521
2026-02-208.5750
2026-02-278.6268
2026-03-068.6941
2026-03-138.7768
2026-03-208.8745
2026-03-278.7147
2026-04-038.8003
2026-04-108.7423
2026-04-178.8188
2026-04-248.8164
2026-05-018.9547
2026-05-088.9553
2026-05-168.8672
2026-05-248.9256
2026-05-318.9389
2026-06-098.8502
2026-06-168.7321
2026-06-238.4711
2026-06-308.4902
2026-07-078.4830
2026-07-148.5425
2026-07-218.5951
2026-07-288.7080
2026-08-048.7544
2026-08-118.7504
2026-08-188.7592
2026-08-268.8448
2026-09-028.8886
2026-09-098.9521
2026-09-169.1718
2026-09-239.0718

High

9.1718

Low

8.1264

Average

8.6414

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/UGX API questions

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

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

How far back does KMF/UGX historical data go?

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