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: show the values
| Point | AED/KMF |
|---|---|
| 2025-09-24 | 113.5006 |
| 2025-10-01 | 114.0942 |
| 2025-10-08 | 115.1992 |
| 2025-10-15 | 115.2751 |
| 2025-10-22 | 115.4211 |
| 2025-10-29 | 114.9928 |
| 2025-11-05 | 116.5474 |
| 2025-11-12 | 115.7042 |
| 2025-11-19 | 115.6988 |
| 2025-11-26 | 115.6684 |
| 2025-12-03 | 115.1045 |
| 2025-12-11 | 114.6183 |
| 2025-12-18 | 114.1065 |
| 2025-12-25 | 113.7391 |
| 2026-01-01 | 114.0493 |
| 2026-01-08 | 114.7310 |
| 2026-01-15 | 115.0868 |
| 2026-01-22 | 114.5702 |
| 2026-01-29 | 111.9065 |
| 2026-02-05 | 113.5284 |
| 2026-02-12 | 112.9856 |
| 2026-02-19 | 113.5562 |
| 2026-02-26 | 113.3239 |
| 2026-03-05 | 115.2303 |
| 2026-03-12 | 116.1247 |
| 2026-03-19 | 116.5742 |
| 2026-03-26 | 115.8653 |
| 2026-04-02 | 115.9856 |
| 2026-04-09 | 115.5729 |
| 2026-04-16 | 113.8019 |
| 2026-04-23 | 114.6179 |
| 2026-04-30 | 114.8911 |
| 2026-05-07 | 114.0755 |
| 2026-05-15 | 114.8926 |
| 2026-05-23 | 115.4555 |
| 2026-05-30 | 114.8894 |
| 2026-06-06 | 116.2698 |
| 2026-06-15 | 115.3255 |
| 2026-06-22 | 116.9237 |
| 2026-06-29 | 117.6486 |
| 2026-07-06 | 117.1586 |
| 2026-07-13 | 117.5340 |
| 2026-07-20 | 117.0717 |
| 2026-07-27 | 117.4690 |
| 2026-08-03 | 116.1764 |
| 2026-08-10 | 115.9335 |
| 2026-08-17 | 115.6755 |
| 2026-08-25 | 114.8235 |
| 2026-09-01 | 115.4330 |
| 2026-09-08 | 115.2207 |
| 2026-09-15 | 116.1112 |
| 2026-09-22 | 116.7296 |
High
117.7229
Low
111.9065
Average
115.2946
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.