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: show the values
| Point | DJF/ZWL |
|---|---|
| 2025-12-31 | 365.3166 |
| 2026-01-07 | 363.1924 |
| 2026-01-14 | 360.9803 |
| 2026-01-21 | 360.0097 |
| 2026-01-28 | 359.5582 |
| 2026-02-04 | 360.3226 |
| 2026-02-11 | 359.0257 |
| 2026-02-18 | 359.3229 |
| 2026-02-25 | 361.0850 |
| 2026-03-04 | 361.5688 |
| 2026-03-11 | 359.3671 |
| 2026-03-18 | 355.3588 |
| 2026-03-25 | 355.4410 |
| 2026-04-01 | 356.3020 |
| 2026-04-08 | 355.6683 |
| 2026-04-15 | 1.8073 |
| 2026-04-22 | 1.8060 |
| 2026-04-29 | 1.8118 |
| 2026-05-06 | 1.8120 |
| 2026-05-14 | 361.9085 |
| 2026-05-21 | 367.5855 |
| 2026-05-29 | 377.6833 |
| 2026-06-05 | 377.7208 |
| 2026-06-14 | 375.5875 |
| 2026-06-21 | 375.7410 |
| 2026-06-28 | 377.5989 |
| 2026-07-05 | 376.0112 |
| 2026-07-12 | 374.6228 |
| 2026-07-19 | 374.4613 |
| 2026-07-26 | 372.9544 |
| 2026-08-02 | 374.2770 |
| 2026-08-09 | 373.5733 |
| 2026-08-16 | 372.5877 |
| 2026-08-24 | 373.5504 |
| 2026-08-31 | 370.1745 |
| 2026-09-07 | 372.7264 |
| 2026-09-14 | 374.0089 |
| 2026-09-21 | 374.0671 |
High
377.7208
Low
1.8060
Average
330.0108
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.