ZMW to DJF exchange rate API
Zambian Kwacha to Djibouti Franc · quoted 2026-09-26
9.1072
▲ +13.91% over YTD
1 ZMW = 9.1072 DJF · 1 DJF = 0.10980 ZMW · Get this rate via the API
1 ZMW buys 9.1072 DJF as of 2026-09-26, so 1 DJF buys 0.10980 ZMW. Over the year to date, ZMW/DJF traded between 7.9951 and 10.1394, averaged 9.3501 and rose 13.91%. The API holds daily ZMW/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/DJF over YTD: show the values
| Point | ZMW/DJF |
|---|---|
| 2025-12-31 | 7.9951 |
| 2026-01-07 | 8.4858 |
| 2026-01-14 | 9.1379 |
| 2026-01-21 | 8.7790 |
| 2026-01-28 | 8.9684 |
| 2026-02-04 | 9.0654 |
| 2026-02-11 | 9.3251 |
| 2026-02-18 | 9.6191 |
| 2026-02-25 | 9.3884 |
| 2026-03-04 | 9.2745 |
| 2026-03-11 | 9.1837 |
| 2026-03-18 | 9.0844 |
| 2026-03-25 | 9.3978 |
| 2026-04-01 | 9.2654 |
| 2026-04-08 | 9.1530 |
| 2026-04-15 | 9.3112 |
| 2026-04-22 | 9.3599 |
| 2026-04-29 | 9.3689 |
| 2026-05-06 | 9.4344 |
| 2026-05-14 | 9.3648 |
| 2026-05-21 | 9.3826 |
| 2026-05-29 | 9.5647 |
| 2026-06-05 | 10.1285 |
| 2026-06-14 | 10.1394 |
| 2026-06-21 | 9.9496 |
| 2026-06-28 | 9.7878 |
| 2026-07-05 | 9.7163 |
| 2026-07-12 | 9.8661 |
| 2026-07-19 | 9.7811 |
| 2026-07-26 | 9.5814 |
| 2026-08-02 | 9.5083 |
| 2026-08-09 | 9.4918 |
| 2026-08-16 | 9.4236 |
| 2026-08-24 | 9.3844 |
| 2026-08-31 | 9.3904 |
| 2026-09-07 | 9.2504 |
| 2026-09-14 | 9.2031 |
| 2026-09-21 | 9.0362 |
High
10.1394
Low
7.9951
Average
9.3501
Get this rate via the API
One GET request returns the ZMW/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=ZMW¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/DJF API questions
How do I get the ZMW/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/DJF rate in rates.DJF.
How far back does ZMW/DJF historical data go?
Daily ZMW/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 ZMW/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.