FJD to ZMW exchange rate API
Fiji Dollar to Zambian Kwacha · quoted 2026-09-24
8.7379
▲ +4.91% over 6M
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 6 months, FJD/ZMW traded between 7.9865 and 8.7977, averaged 8.4472 and rose 4.91%. 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 6M: show the values
| Point | FJD/ZMW |
|---|---|
| 2026-03-28 | 8.3289 |
| 2026-04-04 | 8.5412 |
| 2026-04-11 | 8.5987 |
| 2026-04-18 | 8.5867 |
| 2026-04-25 | 8.5699 |
| 2026-05-02 | 8.3979 |
| 2026-05-09 | 8.7208 |
| 2026-05-17 | 8.5401 |
| 2026-05-25 | 8.5636 |
| 2026-06-01 | 8.3612 |
| 2026-06-10 | 8.0338 |
| 2026-06-17 | 7.9865 |
| 2026-06-24 | 8.0759 |
| 2026-07-01 | 8.0546 |
| 2026-07-08 | 8.2356 |
| 2026-07-15 | 8.1161 |
| 2026-07-22 | 8.2453 |
| 2026-07-29 | 8.3677 |
| 2026-08-05 | 8.5416 |
| 2026-08-12 | 8.4693 |
| 2026-08-20 | 8.4635 |
| 2026-08-27 | 8.6271 |
| 2026-09-03 | 8.6462 |
| 2026-09-10 | 8.7236 |
| 2026-09-17 | 8.7977 |
| 2026-09-24 | 8.7418 |
High
8.7977
Low
7.9865
Average
8.4472
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.