Skip to content

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

ZMW/DJF over YTD: show the values
PointZMW/DJF
2025-12-317.9951
2026-01-078.4858
2026-01-149.1379
2026-01-218.7790
2026-01-288.9684
2026-02-049.0654
2026-02-119.3251
2026-02-189.6191
2026-02-259.3884
2026-03-049.2745
2026-03-119.1837
2026-03-189.0844
2026-03-259.3978
2026-04-019.2654
2026-04-089.1530
2026-04-159.3112
2026-04-229.3599
2026-04-299.3689
2026-05-069.4344
2026-05-149.3648
2026-05-219.3826
2026-05-299.5647
2026-06-0510.1285
2026-06-1410.1394
2026-06-219.9496
2026-06-289.7878
2026-07-059.7163
2026-07-129.8661
2026-07-199.7811
2026-07-269.5814
2026-08-029.5083
2026-08-099.4918
2026-08-169.4236
2026-08-249.3844
2026-08-319.3904
2026-09-079.2504
2026-09-149.2031
2026-09-219.0362

High

10.1394

Low

7.9951

Average

9.3501

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=DJF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=DJF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=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&currencies=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.