Skip to content

FJD to ZMW exchange rate API

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

8.7379

▼ +16.43% over 1Y

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 year, FJD/ZMW traded between 7.9046 and 10.5630, averaged 8.9607 and fell 16.43%. 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 1Y

FJD/ZMW over 1Y: show the values
PointFJD/ZMW
2025-09-2410.4561
2025-10-0110.5630
2025-10-0810.5034
2025-10-159.8682
2025-10-229.8335
2025-10-299.7049
2025-11-059.7879
2025-11-129.9057
2025-11-199.9009
2025-11-269.9795
2025-12-0310.0938
2025-12-1110.2331
2025-12-1810.1214
2025-12-259.9277
2026-01-019.7863
2026-01-088.8049
2026-01-158.6717
2026-01-228.9415
2026-01-298.9856
2026-02-058.7424
2026-02-128.6654
2026-02-198.4931
2026-02-268.5475
2026-03-058.6911
2026-03-128.8296
2026-03-198.8693
2026-03-268.4126
2026-04-028.5783
2026-04-098.5761
2026-04-168.6580
2026-04-238.6468
2026-04-308.5703
2026-05-078.6488
2026-05-158.6392
2026-05-238.5330
2026-05-308.3252
2026-06-067.9265
2026-06-157.9046
2026-06-228.0121
2026-06-298.0421
2026-07-068.1671
2026-07-138.0953
2026-07-208.1915
2026-07-278.3306
2026-08-038.4274
2026-08-108.4453
2026-08-178.5381
2026-08-258.6767
2026-09-018.6572
2026-09-088.7198
2026-09-158.7468
2026-09-228.8004

High

10.5630

Low

7.9046

Average

8.9607

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.