Skip to content

KMF to DJF exchange rate API

Comoro Franc to Djibouti Franc · quoted 2026-09-25

0.41148

▼ +3.12% over 1Y

1 KMF = 0.41148 DJF · 1 DJF = 2.4303 KMF · Get this rate via the API

1 KMF buys 0.41148 DJF as of 2026-09-25, so 1 DJF buys 2.4303 KMF. Over the last year, KMF/DJF traded between 0.41145 and 0.43103, averaged 0.42042 and fell 3.12%. The API holds daily KMF/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/DJF over 1Y

KMF/DJF over 1Y: show the values
PointKMF/DJF
2025-09-250.42472
2025-10-020.42478
2025-10-090.42123
2025-10-160.42230
2025-10-230.41987
2025-10-300.42014
2025-11-060.41675
2025-11-130.41934
2025-11-200.41686
2025-11-270.41995
2025-12-040.42185
2025-12-120.42424
2025-12-190.42441
2025-12-260.42646
2026-01-020.42555
2026-01-090.42180
2026-01-160.42066
2026-01-230.42560
2026-01-300.43103
2026-02-060.42686
2026-02-130.42890
2026-02-200.42548
2026-02-270.42715
2026-03-060.42045
2026-03-130.41736
2026-03-200.41733
2026-03-270.41741
2026-04-030.41803
2026-04-100.42214
2026-04-170.42499
2026-04-240.42114
2026-05-010.42314
2026-05-080.42638
2026-05-160.42187
2026-05-240.42083
2026-05-310.42319
2026-06-090.41705
2026-06-160.41823
2026-06-230.41402
2026-06-300.41234
2026-07-070.41367
2026-07-140.41304
2026-07-210.41297
2026-07-280.41145
2026-08-040.41683
2026-08-110.41798
2026-08-180.41912
2026-08-260.42222
2026-09-020.41920
2026-09-090.42066
2026-09-160.41776
2026-09-230.41392

High

0.43103

Low

0.41145

Average

0.42042

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/DJF API questions

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

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

How far back does KMF/DJF historical data go?

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