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: show the values
| Point | FJD/ZMW |
|---|---|
| 2025-09-24 | 10.4561 |
| 2025-10-01 | 10.5630 |
| 2025-10-08 | 10.5034 |
| 2025-10-15 | 9.8682 |
| 2025-10-22 | 9.8335 |
| 2025-10-29 | 9.7049 |
| 2025-11-05 | 9.7879 |
| 2025-11-12 | 9.9057 |
| 2025-11-19 | 9.9009 |
| 2025-11-26 | 9.9795 |
| 2025-12-03 | 10.0938 |
| 2025-12-11 | 10.2331 |
| 2025-12-18 | 10.1214 |
| 2025-12-25 | 9.9277 |
| 2026-01-01 | 9.7863 |
| 2026-01-08 | 8.8049 |
| 2026-01-15 | 8.6717 |
| 2026-01-22 | 8.9415 |
| 2026-01-29 | 8.9856 |
| 2026-02-05 | 8.7424 |
| 2026-02-12 | 8.6654 |
| 2026-02-19 | 8.4931 |
| 2026-02-26 | 8.5475 |
| 2026-03-05 | 8.6911 |
| 2026-03-12 | 8.8296 |
| 2026-03-19 | 8.8693 |
| 2026-03-26 | 8.4126 |
| 2026-04-02 | 8.5783 |
| 2026-04-09 | 8.5761 |
| 2026-04-16 | 8.6580 |
| 2026-04-23 | 8.6468 |
| 2026-04-30 | 8.5703 |
| 2026-05-07 | 8.6488 |
| 2026-05-15 | 8.6392 |
| 2026-05-23 | 8.5330 |
| 2026-05-30 | 8.3252 |
| 2026-06-06 | 7.9265 |
| 2026-06-15 | 7.9046 |
| 2026-06-22 | 8.0121 |
| 2026-06-29 | 8.0421 |
| 2026-07-06 | 8.1671 |
| 2026-07-13 | 8.0953 |
| 2026-07-20 | 8.1915 |
| 2026-07-27 | 8.3306 |
| 2026-08-03 | 8.4274 |
| 2026-08-10 | 8.4453 |
| 2026-08-17 | 8.5381 |
| 2026-08-25 | 8.6767 |
| 2026-09-01 | 8.6572 |
| 2026-09-08 | 8.7198 |
| 2026-09-15 | 8.7468 |
| 2026-09-22 | 8.8004 |
High
10.5630
Low
7.9046
Average
8.9607
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.