Skip to content

FJD to ZMW exchange rate API

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

8.7379

▲ +0.70% over 30D

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 30 days, FJD/ZMW traded between 8.6063 and 8.8888, averaged 8.7228 and rose 0.70%. 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 30D

FJD/ZMW over 30D: show the values
PointFJD/ZMW
2026-08-258.6767
2026-08-268.6467
2026-08-278.6271
2026-08-288.6101
2026-08-298.6727
2026-08-308.6063
2026-08-318.6079
2026-09-018.6572
2026-09-028.6414
2026-09-038.6462
2026-09-048.6891
2026-09-058.7373
2026-09-068.6886
2026-09-078.7162
2026-09-088.7198
2026-09-098.7461
2026-09-108.7236
2026-09-118.7257
2026-09-128.7440
2026-09-138.7085
2026-09-148.7352
2026-09-158.7468
2026-09-168.8300
2026-09-178.7977
2026-09-188.8156
2026-09-198.8888
2026-09-208.8567
2026-09-218.8480
2026-09-228.8004
2026-09-238.7405
2026-09-248.7418

High

8.8888

Low

8.6063

Average

8.7228

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.