Skip to content

DJF to KMF exchange rate API

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

2.4303

▼ +1.31% over 5Y

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 5 years, DJF/KMF traded between 2.3392 and 2.6800, averaged 2.4439 and fell 1.31%. 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 5Y

DJF/KMF over 5Y: show the values
PointDJF/KMF
2024-08-242.4625
2024-10-072.5106
2024-11-062.5529
2024-12-062.6187
2025-01-052.6744
2025-02-042.6800
2025-03-062.5577
2025-04-062.5165
2025-05-062.4468
2025-06-072.4193
2025-07-072.3466
2025-08-062.3903
2025-09-052.3688
2025-10-062.3598
2025-11-052.4066
2025-12-052.3713
2026-01-052.3606
2026-02-042.3392
2026-03-062.3784
2026-04-052.3893
2026-05-052.3661
2026-06-062.3978
2026-07-082.4225
2026-08-072.3961
2026-09-072.3796

High

2.6800

Low

2.3392

Average

2.4439

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.