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: show the values
| Point | KMF/DJF |
|---|---|
| 2025-09-25 | 0.42472 |
| 2025-10-02 | 0.42478 |
| 2025-10-09 | 0.42123 |
| 2025-10-16 | 0.42230 |
| 2025-10-23 | 0.41987 |
| 2025-10-30 | 0.42014 |
| 2025-11-06 | 0.41675 |
| 2025-11-13 | 0.41934 |
| 2025-11-20 | 0.41686 |
| 2025-11-27 | 0.41995 |
| 2025-12-04 | 0.42185 |
| 2025-12-12 | 0.42424 |
| 2025-12-19 | 0.42441 |
| 2025-12-26 | 0.42646 |
| 2026-01-02 | 0.42555 |
| 2026-01-09 | 0.42180 |
| 2026-01-16 | 0.42066 |
| 2026-01-23 | 0.42560 |
| 2026-01-30 | 0.43103 |
| 2026-02-06 | 0.42686 |
| 2026-02-13 | 0.42890 |
| 2026-02-20 | 0.42548 |
| 2026-02-27 | 0.42715 |
| 2026-03-06 | 0.42045 |
| 2026-03-13 | 0.41736 |
| 2026-03-20 | 0.41733 |
| 2026-03-27 | 0.41741 |
| 2026-04-03 | 0.41803 |
| 2026-04-10 | 0.42214 |
| 2026-04-17 | 0.42499 |
| 2026-04-24 | 0.42114 |
| 2026-05-01 | 0.42314 |
| 2026-05-08 | 0.42638 |
| 2026-05-16 | 0.42187 |
| 2026-05-24 | 0.42083 |
| 2026-05-31 | 0.42319 |
| 2026-06-09 | 0.41705 |
| 2026-06-16 | 0.41823 |
| 2026-06-23 | 0.41402 |
| 2026-06-30 | 0.41234 |
| 2026-07-07 | 0.41367 |
| 2026-07-14 | 0.41304 |
| 2026-07-21 | 0.41297 |
| 2026-07-28 | 0.41145 |
| 2026-08-04 | 0.41683 |
| 2026-08-11 | 0.41798 |
| 2026-08-18 | 0.41912 |
| 2026-08-26 | 0.42222 |
| 2026-09-02 | 0.41920 |
| 2026-09-09 | 0.42066 |
| 2026-09-16 | 0.41776 |
| 2026-09-23 | 0.41392 |
High
0.43103
Low
0.41145
Average
0.42042
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.