Skip to content

ZMW to SDG exchange rate API

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

30.7000

▲ +21.68% over 1Y

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 year, ZMW/SDG traded between 25.2293 and 33.8335, averaged 30.1330 and rose 21.68%. 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 1Y

ZMW/SDG over 1Y: show the values
PointZMW/SDG
2025-09-2625.2293
2025-10-0325.2435
2025-10-1026.4827
2025-10-1726.5732
2025-10-2427.1716
2025-10-3127.1133
2025-11-0726.4532
2025-11-1426.4874
2025-11-2126.0243
2025-11-2826.1931
2025-12-0525.9115
2025-12-1325.9692
2025-12-2026.5003
2025-12-2726.6177
2026-01-0327.1370
2026-01-1030.7691
2026-01-1729.7001
2026-01-2430.6907
2026-01-3130.3755
2026-02-0732.0909
2026-02-1432.8870
2026-02-2131.6292
2026-02-2831.7237
2026-03-0731.0815
2026-03-1430.9195
2026-03-2130.7790
2026-03-2831.9230
2026-04-0427.2026
2026-04-1131.6048
2026-04-1831.5920
2026-04-2531.7835
2026-05-0232.1487
2026-05-0931.5426
2026-05-1731.7412
2026-05-2531.7725
2026-06-0132.5682
2026-06-1033.6798
2026-06-1733.8335
2026-06-2433.1631
2026-07-0133.2322
2026-07-0832.4410
2026-07-1533.0401
2026-07-2232.5856
2026-07-2932.0085
2026-08-0531.6205
2026-08-1231.8879
2026-08-2032.0378
2026-08-2731.5059
2026-09-0331.3412
2026-09-1031.0968
2026-09-1730.5729
2026-09-2430.6691

High

33.8335

Low

25.2293

Average

30.1330

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.