Skip to content

FJD to ZMW exchange rate API

Fiji Dollar to Zambian Kwacha · quoted 2026-09-24

8.7379

▲ +4.91% over 6M

1 FJD = 8.7379 ZMW · 1 ZMW = 0.11444 FJD · Get this rate via the API

1 FJD buys 8.7379 ZMW as of 2026-09-24, so 1 ZMW buys 0.11444 FJD. Over the last 6 months, FJD/ZMW traded between 7.9865 and 8.7977, averaged 8.4472 and rose 4.91%. The API holds daily FJD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/ZMW over 6M

FJD/ZMW over 6M: show the values
PointFJD/ZMW
2026-03-288.3289
2026-04-048.5412
2026-04-118.5987
2026-04-188.5867
2026-04-258.5699
2026-05-028.3979
2026-05-098.7208
2026-05-178.5401
2026-05-258.5636
2026-06-018.3612
2026-06-108.0338
2026-06-177.9865
2026-06-248.0759
2026-07-018.0546
2026-07-088.2356
2026-07-158.1161
2026-07-228.2453
2026-07-298.3677
2026-08-058.5416
2026-08-128.4693
2026-08-208.4635
2026-08-278.6271
2026-09-038.6462
2026-09-108.7236
2026-09-178.7977
2026-09-248.7418

High

8.7977

Low

7.9865

Average

8.4472

For developers

Get this rate via the API

One GET request returns the FJD/ZMW 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=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ZMW");
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=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/ZMW API questions

How do I get the FJD/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ZMW rate in rates.ZMW.

How far back does FJD/ZMW historical data go?

Daily FJD/ZMW 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/ZMW 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.