Skip to content

DJF to ZWL exchange rate API

Djibouti Franc to Zimbabwe Dollar · quoted 2026-09-26

373.8258

▲ +0.38% over 1Y

1 DJF = 373.8258 ZWL · 1 ZWL = 0.002675 DJF · Get this rate via the API

1 DJF buys 373.8258 ZWL as of 2026-09-26, so 1 ZWL buys 0.002675 DJF. Over the last year, DJF/ZWL traded between 1.8083 and 377.8701, averaged 327.1415 and rose 0.38%. The API holds daily DJF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/ZWL over 1Y

DJF/ZWL over 1Y: show the values
PointDJF/ZWL
2025-09-26372.4001
2025-10-03374.7905
2025-10-10374.3933
2025-10-17374.1751
2025-10-24372.5762
2025-10-31370.1443
2025-11-07368.7955
2025-11-14369.6096
2025-11-21370.7917
2025-11-28367.5601
2025-12-05367.2072
2025-12-13365.9317
2025-12-20365.9584
2025-12-27365.1915
2026-01-03363.5764
2026-01-10361.4202
2026-01-17360.0913
2026-01-24359.5301
2026-01-31356.6879
2026-02-07359.2247
2026-02-14358.7001
2026-02-21358.4502
2026-02-28360.9589
2026-03-07361.6490
2026-03-14356.8105
2026-03-21354.8074
2026-03-281.8118
2026-04-04355.2870
2026-04-111.8118
2026-04-181.8083
2026-04-251.8112
2026-05-021.8118
2026-05-091.8118
2026-05-17360.6750
2026-05-25369.6320
2026-06-01377.8701
2026-06-10375.4146
2026-06-17375.6300
2026-06-24376.6052
2026-07-01376.5958
2026-07-08376.4536
2026-07-15375.7794
2026-07-22375.7863
2026-07-29375.4310
2026-08-05374.3419
2026-08-12373.3739
2026-08-20375.2112
2026-08-27371.8480
2026-09-03375.1219
2026-09-10374.8262
2026-09-17372.9244
2026-09-24373.5684

High

377.8701

Low

1.8083

Average

327.1415

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/ZWL API questions

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

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

How far back does DJF/ZWL historical data go?

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