FJD to ZWL exchange rate API
Fiji Dollar to Zimbabwe Dollar · quoted 2026-09-25
29650.09
▲ +0.60% over 1Y
1 FJD = 29650.09 ZWL · 1 ZWL = 0.000034 FJD · Get this rate via the API
1 FJD buys 29650.09 ZWL as of 2026-09-25, so 1 ZWL buys 0.000034 FJD. Over the last year, FJD/ZWL traded between 144.8768 and 30356.51, averaged 26518.02 and rose 0.60%. The API holds daily FJD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/ZWL over 1Y: show the values
| Point | FJD/ZWL |
|---|---|
| 2025-09-25 | 29473.31 |
| 2025-10-02 | 29452.00 |
| 2025-10-09 | 29379.57 |
| 2025-10-16 | 29133.12 |
| 2025-10-23 | 28911.86 |
| 2025-10-30 | 28984.39 |
| 2025-11-06 | 28670.09 |
| 2025-11-13 | 28739.77 |
| 2025-11-20 | 28499.19 |
| 2025-11-27 | 28573.66 |
| 2025-12-04 | 28712.75 |
| 2025-12-12 | 28693.37 |
| 2025-12-19 | 28579.85 |
| 2025-12-26 | 28624.91 |
| 2026-01-02 | 28491.12 |
| 2026-01-09 | 28232.13 |
| 2026-01-16 | 28118.52 |
| 2026-01-23 | 28422.54 |
| 2026-01-30 | 28965.04 |
| 2026-02-06 | 28947.70 |
| 2026-02-13 | 28982.14 |
| 2026-02-20 | 28969.76 |
| 2026-02-27 | 29096.64 |
| 2026-03-06 | 28962.51 |
| 2026-03-13 | 28861.32 |
| 2026-03-20 | 28553.08 |
| 2026-03-27 | 28251.56 |
| 2026-04-03 | 28113.56 |
| 2026-04-10 | 144.88 |
| 2026-04-17 | 145.42 |
| 2026-04-24 | 145.40 |
| 2026-05-01 | 146.56 |
| 2026-05-08 | 146.69 |
| 2026-05-16 | 29215.62 |
| 2026-05-24 | 29673.22 |
| 2026-05-31 | 30356.51 |
| 2026-06-09 | 30192.20 |
| 2026-06-16 | 30042.12 |
| 2026-06-23 | 29902.74 |
| 2026-06-30 | 29801.98 |
| 2026-07-07 | 29959.94 |
| 2026-07-14 | 29920.88 |
| 2026-07-21 | 29983.83 |
| 2026-07-28 | 30038.66 |
| 2026-08-04 | 29963.49 |
| 2026-08-11 | 29903.15 |
| 2026-08-18 | 30061.04 |
| 2026-08-26 | 30169.61 |
| 2026-09-02 | 30201.89 |
| 2026-09-09 | 30233.09 |
| 2026-09-16 | 30161.04 |
| 2026-09-23 | 29899.38 |
High
30356.51
Low
144.8768
Average
26518.02
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/ZWL API questions
How do I get the FJD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ZWL rate in rates.ZWL.
How far back does FJD/ZWL historical data go?
Daily FJD/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 FJD/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.