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: show the values
| Point | DJF/ZWL |
|---|---|
| 2025-09-26 | 372.4001 |
| 2025-10-03 | 374.7905 |
| 2025-10-10 | 374.3933 |
| 2025-10-17 | 374.1751 |
| 2025-10-24 | 372.5762 |
| 2025-10-31 | 370.1443 |
| 2025-11-07 | 368.7955 |
| 2025-11-14 | 369.6096 |
| 2025-11-21 | 370.7917 |
| 2025-11-28 | 367.5601 |
| 2025-12-05 | 367.2072 |
| 2025-12-13 | 365.9317 |
| 2025-12-20 | 365.9584 |
| 2025-12-27 | 365.1915 |
| 2026-01-03 | 363.5764 |
| 2026-01-10 | 361.4202 |
| 2026-01-17 | 360.0913 |
| 2026-01-24 | 359.5301 |
| 2026-01-31 | 356.6879 |
| 2026-02-07 | 359.2247 |
| 2026-02-14 | 358.7001 |
| 2026-02-21 | 358.4502 |
| 2026-02-28 | 360.9589 |
| 2026-03-07 | 361.6490 |
| 2026-03-14 | 356.8105 |
| 2026-03-21 | 354.8074 |
| 2026-03-28 | 1.8118 |
| 2026-04-04 | 355.2870 |
| 2026-04-11 | 1.8118 |
| 2026-04-18 | 1.8083 |
| 2026-04-25 | 1.8112 |
| 2026-05-02 | 1.8118 |
| 2026-05-09 | 1.8118 |
| 2026-05-17 | 360.6750 |
| 2026-05-25 | 369.6320 |
| 2026-06-01 | 377.8701 |
| 2026-06-10 | 375.4146 |
| 2026-06-17 | 375.6300 |
| 2026-06-24 | 376.6052 |
| 2026-07-01 | 376.5958 |
| 2026-07-08 | 376.4536 |
| 2026-07-15 | 375.7794 |
| 2026-07-22 | 375.7863 |
| 2026-07-29 | 375.4310 |
| 2026-08-05 | 374.3419 |
| 2026-08-12 | 373.3739 |
| 2026-08-20 | 375.2112 |
| 2026-08-27 | 371.8480 |
| 2026-09-03 | 375.1219 |
| 2026-09-10 | 374.8262 |
| 2026-09-17 | 372.9244 |
| 2026-09-24 | 373.5684 |
High
377.8701
Low
1.8083
Average
327.1415
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=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¤cies=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.