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: show the values
| Point | ZMW/FJD |
|---|---|
| 2025-09-26 | 0.09513 |
| 2025-10-03 | 0.09516 |
| 2025-10-10 | 0.09967 |
| 2025-10-17 | 0.10104 |
| 2025-10-24 | 0.10325 |
| 2025-10-31 | 0.10334 |
| 2025-11-07 | 0.10129 |
| 2025-11-14 | 0.10109 |
| 2025-11-21 | 0.09982 |
| 2025-11-28 | 0.09986 |
| 2025-12-05 | 0.09843 |
| 2025-12-13 | 0.09847 |
| 2025-12-20 | 0.10091 |
| 2025-12-27 | 0.10074 |
| 2026-01-03 | 0.10305 |
| 2026-01-10 | 0.11662 |
| 2026-01-17 | 0.11286 |
| 2026-01-24 | 0.11530 |
| 2026-01-31 | 0.11161 |
| 2026-02-07 | 0.11814 |
| 2026-02-14 | 0.12117 |
| 2026-02-21 | 0.11713 |
| 2026-02-28 | 0.11588 |
| 2026-03-07 | 0.11446 |
| 2026-03-14 | 0.11488 |
| 2026-03-21 | 0.11355 |
| 2026-03-28 | 0.12006 |
| 2026-04-04 | 0.11708 |
| 2026-04-11 | 0.11630 |
| 2026-04-18 | 0.11646 |
| 2026-04-25 | 0.11669 |
| 2026-05-02 | 0.11908 |
| 2026-05-09 | 0.11467 |
| 2026-05-17 | 0.11709 |
| 2026-05-25 | 0.11677 |
| 2026-06-01 | 0.11960 |
| 2026-06-10 | 0.12447 |
| 2026-06-17 | 0.12521 |
| 2026-06-24 | 0.12382 |
| 2026-07-01 | 0.12415 |
| 2026-07-08 | 0.12142 |
| 2026-07-15 | 0.12321 |
| 2026-07-22 | 0.12128 |
| 2026-07-29 | 0.11951 |
| 2026-08-05 | 0.11707 |
| 2026-08-12 | 0.11807 |
| 2026-08-20 | 0.11815 |
| 2026-08-27 | 0.11591 |
| 2026-09-03 | 0.11566 |
| 2026-09-10 | 0.11463 |
| 2026-09-17 | 0.11367 |
| 2026-09-24 | 0.11443 |
High
0.12521
Low
0.09513
Average
0.11268
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.