Skip to content

DJF to KMF exchange rate API

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

2.4303

▲ +3.22% over 1Y

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 year, DJF/KMF traded between 2.3200 and 2.4304, averaged 2.3789 and rose 3.22%. 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 1Y

DJF/KMF over 1Y: show the values
PointDJF/KMF
2025-09-252.3545
2025-10-022.3542
2025-10-092.3740
2025-10-162.3680
2025-10-232.3817
2025-10-302.3801
2025-11-062.3995
2025-11-132.3847
2025-11-202.3989
2025-11-272.3812
2025-12-042.3705
2025-12-122.3571
2025-12-192.3562
2025-12-262.3449
2026-01-022.3499
2026-01-092.3708
2026-01-162.3772
2026-01-232.3496
2026-01-302.3200
2026-02-062.3427
2026-02-132.3315
2026-02-202.3503
2026-02-272.3411
2026-03-062.3784
2026-03-132.3960
2026-03-202.3962
2026-03-272.3957
2026-04-032.3921
2026-04-102.3689
2026-04-172.3530
2026-04-242.3745
2026-05-012.3633
2026-05-082.3453
2026-05-162.3704
2026-05-242.3763
2026-05-312.3630
2026-06-092.3978
2026-06-162.3911
2026-06-232.4154
2026-06-302.4252
2026-07-072.4174
2026-07-142.4210
2026-07-212.4215
2026-07-282.4304
2026-08-042.3990
2026-08-112.3925
2026-08-182.3859
2026-08-262.3684
2026-09-022.3855
2026-09-092.3772
2026-09-162.3937
2026-09-232.4159

High

2.4304

Low

2.3200

Average

2.3789

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.