Skip to content

ZMW to DJF exchange rate API

Zambian Kwacha to Djibouti Franc · quoted 2026-09-26

9.1072

▲ +21.66% over 1Y

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 last year, ZMW/DJF traded between 7.4735 and 10.0122, averaged 8.9609 and rose 21.66%. 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 1Y

ZMW/DJF over 1Y: show the values
PointZMW/DJF
2025-09-267.4857
2025-10-037.4735
2025-10-107.8542
2025-10-177.8590
2025-10-248.0417
2025-10-318.0511
2025-11-077.8425
2025-11-147.8569
2025-11-217.7161
2025-11-287.7740
2025-12-057.6904
2025-12-137.7162
2025-12-207.8660
2025-12-277.8980
2026-01-038.0619
2026-01-109.1342
2026-01-178.8204
2026-01-249.1076
2026-01-319.0742
2026-02-079.5221
2026-02-149.7568
2026-02-219.3870
2026-02-289.4314
2026-03-079.2153
2026-03-149.1852
2026-03-219.1314
2026-03-289.4399
2026-04-049.2643
2026-04-119.3458
2026-04-189.3600
2026-04-259.4099
2026-05-029.5145
2026-05-099.3351
2026-05-179.4415
2026-05-259.4216
2026-06-019.6547
2026-06-109.9997
2026-06-1710.0122
2026-06-249.8275
2026-07-019.8564
2026-07-089.6152
2026-07-159.8074
2026-07-229.6763
2026-07-299.4857
2026-08-059.3751
2026-08-129.4599
2026-08-209.4812
2026-08-279.3510
2026-09-039.2941
2026-09-109.2193
2026-09-179.1091
2026-09-249.1094

High

10.0122

Low

7.4735

Average

8.9609

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.