Skip to content

KMF to AED exchange rate API

Comoro Franc to UAE Dirham · quoted 2026-09-27

0.008504

▼ +2.66% over 1Y

1 KMF = 0.008504 AED · 1 AED = 117.5917 KMF · Get this rate via the API

1 KMF buys 0.008504 AED as of 2026-09-27, so 1 AED buys 117.5917 KMF. Over the last year, KMF/AED traded between 0.008482 and 0.008861, averaged 0.008673 and fell 2.66%. The API holds daily KMF/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/AED over 1Y

KMF/AED over 1Y: show the values
PointKMF/AED
2025-09-270.008736
2025-10-040.008764
2025-10-110.008662
2025-10-180.008701
2025-10-250.008677
2025-11-010.008614
2025-11-080.008636
2025-11-150.008672
2025-11-220.008595
2025-11-290.008654
2025-12-060.008692
2025-12-140.008766
2025-12-210.008743
2025-12-280.008789
2026-01-040.008757
2026-01-110.008686
2026-01-180.008664
2026-01-250.008827
2026-02-010.008850
2026-02-080.008823
2026-02-150.008861
2026-02-220.008796
2026-03-010.008821
2026-03-080.008675
2026-03-150.008561
2026-03-220.008653
2026-03-290.008613
2026-04-050.008601
2026-04-120.008746
2026-04-190.008786
2026-04-260.008747
2026-05-030.008744
2026-05-100.008787
2026-05-180.008662
2026-05-260.008686
2026-06-020.008688
2026-06-110.008621
2026-06-180.008603
2026-06-250.008488
2026-07-020.008482
2026-07-090.008531
2026-07-160.008560
2026-07-230.008531
2026-07-300.008552
2026-08-060.008625
2026-08-130.008603
2026-08-210.008728
2026-08-280.008694
2026-09-040.008677
2026-09-110.008661
2026-09-180.008581
2026-09-250.008488

High

0.008861

Low

0.008482

Average

0.008673

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/AED API questions

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

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

How far back does KMF/AED historical data go?

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