Skip to content

AED to KMF exchange rate API

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

117.7229

▲ +3.72% over 1Y

1 AED = 117.7229 KMF · 1 KMF = 0.008495 AED · Get this rate via the API

1 AED buys 117.7229 KMF as of 2026-09-24, so 1 KMF buys 0.008495 AED. Over the last year, AED/KMF traded between 111.9065 and 117.7229, averaged 115.2946 and rose 3.72%. The API holds daily AED/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/KMF over 1Y

AED/KMF over 1Y: show the values
PointAED/KMF
2025-09-24113.5006
2025-10-01114.0942
2025-10-08115.1992
2025-10-15115.2751
2025-10-22115.4211
2025-10-29114.9928
2025-11-05116.5474
2025-11-12115.7042
2025-11-19115.6988
2025-11-26115.6684
2025-12-03115.1045
2025-12-11114.6183
2025-12-18114.1065
2025-12-25113.7391
2026-01-01114.0493
2026-01-08114.7310
2026-01-15115.0868
2026-01-22114.5702
2026-01-29111.9065
2026-02-05113.5284
2026-02-12112.9856
2026-02-19113.5562
2026-02-26113.3239
2026-03-05115.2303
2026-03-12116.1247
2026-03-19116.5742
2026-03-26115.8653
2026-04-02115.9856
2026-04-09115.5729
2026-04-16113.8019
2026-04-23114.6179
2026-04-30114.8911
2026-05-07114.0755
2026-05-15114.8926
2026-05-23115.4555
2026-05-30114.8894
2026-06-06116.2698
2026-06-15115.3255
2026-06-22116.9237
2026-06-29117.6486
2026-07-06117.1586
2026-07-13117.5340
2026-07-20117.0717
2026-07-27117.4690
2026-08-03116.1764
2026-08-10115.9335
2026-08-17115.6755
2026-08-25114.8235
2026-09-01115.4330
2026-09-08115.2207
2026-09-15116.1112
2026-09-22116.7296

High

117.7229

Low

111.9065

Average

115.2946

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/KMF API questions

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

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

How far back does AED/KMF historical data go?

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