FJD to ZWL exchange rate API
Fiji Dollar to Zimbabwe Dollar · quoted 2026-09-25
29650.09
▼ +1.72% over 30D
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 30 days, FJD/ZWL traded between 144.6597 and 30398.36, averaged 29097.39 and fell 1.72%. 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 30D: show the values
| Point | FJD/ZWL |
|---|---|
| 2026-08-26 | 30169.61 |
| 2026-08-27 | 29997.56 |
| 2026-08-28 | 30064.67 |
| 2026-08-29 | 30121.85 |
| 2026-08-30 | 29940.62 |
| 2026-08-31 | 29921.97 |
| 2026-09-01 | 30127.30 |
| 2026-09-02 | 30201.89 |
| 2026-09-03 | 30144.17 |
| 2026-09-04 | 30140.79 |
| 2026-09-05 | 30132.32 |
| 2026-09-06 | 29965.86 |
| 2026-09-07 | 30052.28 |
| 2026-09-08 | 30398.36 |
| 2026-09-09 | 30233.09 |
| 2026-09-10 | 30145.83 |
| 2026-09-11 | 30059.56 |
| 2026-09-12 | 30105.03 |
| 2026-09-13 | 29984.07 |
| 2026-09-14 | 30066.99 |
| 2026-09-15 | 30188.58 |
| 2026-09-16 | 30161.04 |
| 2026-09-17 | 29885.95 |
| 2026-09-18 | 144.66 |
| 2026-09-19 | 30059.91 |
| 2026-09-20 | 30048.67 |
| 2026-09-21 | 29907.73 |
| 2026-09-22 | 29807.23 |
| 2026-09-23 | 29899.38 |
| 2026-09-24 | 29738.02 |
| 2026-09-25 | 29651.27 |
High
30398.36
Low
144.6597
Average
29097.39
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.