Skip to content

ZMW to SDG exchange rate API

Zambian Kwacha to Sudanese Pound · quoted 2026-09-26

30.7000

▲ +33.03% over 5Y

1 ZMW = 30.7000 SDG · 1 SDG = 0.03257 ZMW · Get this rate via the API

1 ZMW buys 30.7000 SDG as of 2026-09-26, so 1 SDG buys 0.03257 ZMW. Over the last 5 years, ZMW/SDG traded between 20.9380 and 34.1079, averaged 26.2046 and rose 33.03%. The API holds daily ZMW/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/SDG over 5Y

ZMW/SDG over 5Y: show the values
PointZMW/SDG
2024-08-2423.0768
2024-10-0722.7256
2024-11-0622.4065
2024-12-0622.1800
2025-01-0521.3514
2025-02-0421.5011
2025-03-0620.9380
2025-04-0621.4681
2025-05-0621.6230
2025-06-0722.5578
2025-07-0724.6766
2025-08-0625.9414
2025-09-0525.0722
2025-10-0625.3017
2025-11-0526.7211
2025-12-0525.9115
2026-01-0527.1361
2026-02-0430.5774
2026-03-0631.0352
2026-04-0527.2019
2026-05-0532.0585
2026-06-0634.1079
2026-07-0832.4410
2026-08-0731.4305
2026-09-0731.1773

High

34.1079

Low

20.9380

Average

26.2046

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/SDG API questions

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

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

How far back does ZMW/SDG historical data go?

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