Skip to content

DJF to KMF exchange rate API

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

2.4303

▲ +1.86% over 6M

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

1 DJF buys 2.4303 KMF as of 2026-09-25, so 1 KMF buys 0.41148 DJF. Over the last 6 months, DJF/KMF traded between 2.3434 and 2.4364, averaged 2.3912 and rose 1.86%. The API holds daily DJF/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/KMF over 6M

DJF/KMF over 6M: show the values
PointDJF/KMF
2026-03-292.3860
2026-04-052.3893
2026-04-122.3621
2026-04-192.3434
2026-04-262.3624
2026-05-032.3633
2026-05-102.3536
2026-05-182.3764
2026-05-262.3755
2026-06-022.3732
2026-06-112.3943
2026-06-182.4035
2026-06-252.4322
2026-07-022.4364
2026-07-092.4191
2026-07-162.4149
2026-07-232.4188
2026-07-302.4135
2026-08-062.3931
2026-08-132.4000
2026-08-212.3626
2026-08-282.3704
2026-09-042.3741
2026-09-112.3808
2026-09-182.4038
2026-09-252.4303

High

2.4364

Low

2.3434

Average

2.3912

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/KMF API questions

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

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

How far back does DJF/KMF historical data go?

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