Skip to content

ZMW to SEK exchange rate API

Zambian Kwacha to Swedish Krona · quoted 2026-09-26

0.50716

▲ +27.87% over 1Y

1 ZMW = 0.50716 SEK · 1 SEK = 1.9718 ZMW · Get this rate via the API

1 ZMW buys 0.50716 SEK as of 2026-09-26, so 1 SEK buys 1.9718 ZMW. Over the last year, ZMW/SEK traded between 0.39400 and 0.54007, averaged 0.47332 and rose 27.87%. The API holds daily ZMW/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/SEK over 1Y

ZMW/SEK over 1Y: show the values
PointZMW/SEK
2025-09-260.39664
2025-10-030.39400
2025-10-100.41919
2025-10-170.41718
2025-10-240.42423
2025-10-310.42691
2025-11-070.42089
2025-11-140.41631
2025-11-210.41508
2025-11-280.41417
2025-12-050.40653
2025-12-130.40126
2025-12-200.40939
2025-12-270.40624
2026-01-030.41680
2026-01-100.47233
2026-01-170.45649
2026-01-240.45787
2026-01-310.45186
2026-02-070.48248
2026-02-140.48868
2026-02-210.47758
2026-02-280.47767
2026-03-070.47549
2026-03-140.48843
2026-03-210.47909
2026-03-280.50321
2026-04-040.49261
2026-04-110.48758
2026-04-180.48173
2026-04-250.48801
2026-05-020.49326
2026-05-090.48407
2026-05-170.49836
2026-05-250.49090
2026-06-010.50267
2026-06-100.53329
2026-06-170.52966
2026-06-240.54007
2026-07-010.53972
2026-07-080.52405
2026-07-150.53316
2026-07-220.52717
2026-07-290.51799
2026-08-050.49996
2026-08-120.50609
2026-08-200.50670
2026-08-270.49963
2026-09-030.50014
2026-09-100.49954
2026-09-170.50011
2026-09-240.50638

High

0.54007

Low

0.39400

Average

0.47332

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/SEK API questions

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

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

How far back does ZMW/SEK historical data go?

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