Skip to content

KMF to UGX exchange rate API

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

9.0787

▲ +3.78% over 6M

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 6 months, KMF/UGX traded between 8.4660 and 9.1810, averaged 8.8193 and rose 3.78%. 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 6M

KMF/UGX over 6M: show the values
PointKMF/UGX
2026-03-298.7483
2026-04-058.7959
2026-04-128.7968
2026-04-198.8749
2026-04-268.8434
2026-05-038.9547
2026-05-108.9402
2026-05-188.8729
2026-05-268.9126
2026-06-028.9217
2026-06-118.8356
2026-06-188.5458
2026-06-258.5483
2026-07-028.4660
2026-07-098.5633
2026-07-168.6084
2026-07-238.6764
2026-07-308.6983
2026-08-068.7615
2026-08-138.7031
2026-08-218.8380
2026-08-288.9152
2026-09-048.9262
2026-09-119.0344
2026-09-189.1810
2026-09-259.0787

High

9.1810

Low

8.4660

Average

8.8193

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.