Skip to content

ZMW to FKP exchange rate API

Zambian Kwacha to Falkland Islands Pound · quoted 2026-09-26

0.03872

▲ +23.15% over 1Y

1 ZMW = 0.03872 FKP · 1 FKP = 25.8291 ZMW · Get this rate via the API

1 ZMW buys 0.03872 FKP as of 2026-09-26, so 1 FKP buys 25.8291 ZMW. Over the last year, ZMW/FKP traded between 0.03126 and 0.04197, averaged 0.03755 and rose 23.15%. The API holds daily ZMW/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/FKP over 1Y

ZMW/FKP over 1Y: show the values
PointZMW/FKP
2025-09-260.03144
2025-10-030.03126
2025-10-100.03311
2025-10-170.03288
2025-10-240.03390
2025-10-310.03431
2025-11-070.03356
2025-11-140.03358
2025-11-210.03314
2025-11-280.03300
2025-12-050.03240
2025-12-130.03237
2025-12-200.03302
2025-12-270.03287
2026-01-030.03361
2026-01-100.03827
2026-01-170.03710
2026-01-240.03748
2026-01-310.03700
2026-02-070.03928
2026-02-140.04012
2026-02-210.03910
2026-02-280.03918
2026-03-070.03859
2026-03-140.03893
2026-03-210.03843
2026-03-280.03979
2026-04-040.03938
2026-04-110.03912
2026-04-180.03883
2026-04-250.03922
2026-05-020.03942
2026-05-090.03860
2026-05-170.03968
2026-05-250.03929
2026-06-010.04032
2026-06-100.04193
2026-06-170.04197
2026-06-240.04187
2026-07-010.04184
2026-07-080.04046
2026-07-150.04106
2026-07-220.04056
2026-07-290.04011
2026-08-050.03916
2026-08-120.03935
2026-08-200.03923
2026-08-270.03865
2026-09-030.03869
2026-09-100.03822
2026-09-170.03808
2026-09-240.03861

High

0.04197

Low

0.03126

Average

0.03755

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/FKP API questions

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

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

How far back does ZMW/FKP historical data go?

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