Skip to content

DJF to ZWL exchange rate API

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

373.8258

▲ +2.33% over YTD

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 year to date, DJF/ZWL traded between 1.8060 and 377.7208, averaged 330.0108 and rose 2.33%. 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 YTD

DJF/ZWL over YTD: show the values
PointDJF/ZWL
2025-12-31365.3166
2026-01-07363.1924
2026-01-14360.9803
2026-01-21360.0097
2026-01-28359.5582
2026-02-04360.3226
2026-02-11359.0257
2026-02-18359.3229
2026-02-25361.0850
2026-03-04361.5688
2026-03-11359.3671
2026-03-18355.3588
2026-03-25355.4410
2026-04-01356.3020
2026-04-08355.6683
2026-04-151.8073
2026-04-221.8060
2026-04-291.8118
2026-05-061.8120
2026-05-14361.9085
2026-05-21367.5855
2026-05-29377.6833
2026-06-05377.7208
2026-06-14375.5875
2026-06-21375.7410
2026-06-28377.5989
2026-07-05376.0112
2026-07-12374.6228
2026-07-19374.4613
2026-07-26372.9544
2026-08-02374.2770
2026-08-09373.5733
2026-08-16372.5877
2026-08-24373.5504
2026-08-31370.1745
2026-09-07372.7264
2026-09-14374.0089
2026-09-21374.0671

High

377.7208

Low

1.8060

Average

330.0108

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.