Skip to content

ZMW to FJD exchange rate API

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

0.11453

▲ +20.39% over 1Y

1 ZMW = 0.11453 FJD · 1 FJD = 8.7315 ZMW · Get this rate via the API

1 ZMW buys 0.11453 FJD as of 2026-09-26, so 1 FJD buys 8.7315 ZMW. Over the last year, ZMW/FJD traded between 0.09513 and 0.12521, averaged 0.11268 and rose 20.39%. The API holds daily ZMW/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/FJD over 1Y

ZMW/FJD over 1Y: show the values
PointZMW/FJD
2025-09-260.09513
2025-10-030.09516
2025-10-100.09967
2025-10-170.10104
2025-10-240.10325
2025-10-310.10334
2025-11-070.10129
2025-11-140.10109
2025-11-210.09982
2025-11-280.09986
2025-12-050.09843
2025-12-130.09847
2025-12-200.10091
2025-12-270.10074
2026-01-030.10305
2026-01-100.11662
2026-01-170.11286
2026-01-240.11530
2026-01-310.11161
2026-02-070.11814
2026-02-140.12117
2026-02-210.11713
2026-02-280.11588
2026-03-070.11446
2026-03-140.11488
2026-03-210.11355
2026-03-280.12006
2026-04-040.11708
2026-04-110.11630
2026-04-180.11646
2026-04-250.11669
2026-05-020.11908
2026-05-090.11467
2026-05-170.11709
2026-05-250.11677
2026-06-010.11960
2026-06-100.12447
2026-06-170.12521
2026-06-240.12382
2026-07-010.12415
2026-07-080.12142
2026-07-150.12321
2026-07-220.12128
2026-07-290.11951
2026-08-050.11707
2026-08-120.11807
2026-08-200.11815
2026-08-270.11591
2026-09-030.11566
2026-09-100.11463
2026-09-170.11367
2026-09-240.11443

High

0.12521

Low

0.09513

Average

0.11268

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/FJD API questions

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

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

How far back does ZMW/FJD historical data go?

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