Skip to content

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

FJD/ZWL over 1Y: show the values
PointFJD/ZWL
2025-09-2529473.31
2025-10-0229452.00
2025-10-0929379.57
2025-10-1629133.12
2025-10-2328911.86
2025-10-3028984.39
2025-11-0628670.09
2025-11-1328739.77
2025-11-2028499.19
2025-11-2728573.66
2025-12-0428712.75
2025-12-1228693.37
2025-12-1928579.85
2025-12-2628624.91
2026-01-0228491.12
2026-01-0928232.13
2026-01-1628118.52
2026-01-2328422.54
2026-01-3028965.04
2026-02-0628947.70
2026-02-1328982.14
2026-02-2028969.76
2026-02-2729096.64
2026-03-0628962.51
2026-03-1328861.32
2026-03-2028553.08
2026-03-2728251.56
2026-04-0328113.56
2026-04-10144.88
2026-04-17145.42
2026-04-24145.40
2026-05-01146.56
2026-05-08146.69
2026-05-1629215.62
2026-05-2429673.22
2026-05-3130356.51
2026-06-0930192.20
2026-06-1630042.12
2026-06-2329902.74
2026-06-3029801.98
2026-07-0729959.94
2026-07-1429920.88
2026-07-2129983.83
2026-07-2830038.66
2026-08-0429963.49
2026-08-1129903.15
2026-08-1830061.04
2026-08-2630169.61
2026-09-0230201.89
2026-09-0930233.09
2026-09-1630161.04
2026-09-2329899.38

High

30356.51

Low

144.8768

Average

26518.02

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.