Skip to content

DJF to ZMW exchange rate API

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

0.10980

▼ +17.80% over 1Y

1 DJF = 0.10980 ZMW · 1 ZMW = 9.1072 DJF · Get this rate via the API

1 DJF buys 0.10980 ZMW as of 2026-09-26, so 1 ZMW buys 9.1072 DJF. Over the last year, DJF/ZMW traded between 0.09988 and 0.13381, averaged 0.11246 and fell 17.80%. The API holds daily DJF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/ZMW over 1Y

DJF/ZMW over 1Y: show the values
PointDJF/ZMW
2025-09-260.13359
2025-10-030.13381
2025-10-100.12732
2025-10-170.12724
2025-10-240.12435
2025-10-310.12420
2025-11-070.12751
2025-11-140.12728
2025-11-210.12960
2025-11-280.12863
2025-12-050.13003
2025-12-130.12960
2025-12-200.12713
2025-12-270.12661
2026-01-030.12404
2026-01-100.10948
2026-01-170.11337
2026-01-240.10980
2026-01-310.11020
2026-02-070.10502
2026-02-140.10249
2026-02-210.10653
2026-02-280.10603
2026-03-070.10852
2026-03-140.10887
2026-03-210.10951
2026-03-280.10593
2026-04-040.10794
2026-04-110.10700
2026-04-180.10684
2026-04-250.10627
2026-05-020.10510
2026-05-090.10712
2026-05-170.10591
2026-05-250.10614
2026-06-010.10358
2026-06-100.10000
2026-06-170.09988
2026-06-240.10175
2026-07-010.10146
2026-07-080.10400
2026-07-150.10196
2026-07-220.10334
2026-07-290.10542
2026-08-050.10666
2026-08-120.10571
2026-08-200.10547
2026-08-270.10694
2026-09-030.10759
2026-09-100.10847
2026-09-170.10978
2026-09-240.10978

High

0.13381

Low

0.09988

Average

0.11246

For developers

Get this rate via the API

One GET request returns the DJF/ZMW 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=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&currencies=ZMW");
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=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

DJF/ZMW API questions

How do I get the DJF/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DJF/ZMW rate in rates.ZMW.

How far back does DJF/ZMW historical data go?

Daily DJF/ZMW 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/ZMW 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.