Skip to content

ZMW to SDG exchange rate API

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

30.7000

▼ +2.56% over 30D

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 30 days, ZMW/SDG traded between 30.4671 and 31.5684, averaged 31.0152 and fell 2.56%. 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 30D

ZMW/SDG over 30D: show the values
PointZMW/SDG
2026-08-2731.5059
2026-08-2831.5684
2026-08-2931.4752
2026-08-3031.5268
2026-08-3131.5086
2026-09-0131.3211
2026-09-0231.3278
2026-09-0331.3412
2026-09-0431.2560
2026-09-0531.1796
2026-09-0631.1804
2026-09-0731.1773
2026-09-0831.1750
2026-09-0931.0662
2026-09-1031.0968
2026-09-1131.0185
2026-09-1231.0167
2026-09-1331.0180
2026-09-1431.0191
2026-09-1530.9423
2026-09-1630.6202
2026-09-1730.5729
2026-09-1830.6532
2026-09-1930.4744
2026-09-2030.5729
2026-09-2130.4671
2026-09-2230.5422
2026-09-2330.7788
2026-09-2430.6691
2026-09-2530.7000

High

31.5684

Low

30.4671

Average

31.0152

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.