ZMW to SDG exchange rate API
Zambian Kwacha to Sudanese Pound · quoted 2026-09-26
30.7000
▲ +13.78% over YTD
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 year to date, ZMW/SDG traded between 26.9819 and 34.1784, averaged 31.4614 and rose 13.78%. 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 YTD: show the values
| Point | ZMW/SDG |
|---|---|
| 2025-12-31 | 26.9819 |
| 2026-01-07 | 28.5884 |
| 2026-01-14 | 30.7536 |
| 2026-01-21 | 29.6038 |
| 2026-01-28 | 30.2054 |
| 2026-02-04 | 30.5774 |
| 2026-02-11 | 31.4221 |
| 2026-02-18 | 32.4388 |
| 2026-02-25 | 31.6368 |
| 2026-03-04 | 31.2598 |
| 2026-03-11 | 30.9428 |
| 2026-03-18 | 30.6392 |
| 2026-03-25 | 31.6358 |
| 2026-04-01 | 29.4429 |
| 2026-04-08 | 30.8574 |
| 2026-04-15 | 31.4095 |
| 2026-04-22 | 31.4974 |
| 2026-04-29 | 31.6570 |
| 2026-05-06 | 31.8806 |
| 2026-05-14 | 31.5907 |
| 2026-05-21 | 31.5872 |
| 2026-05-29 | 32.2659 |
| 2026-06-05 | 34.1784 |
| 2026-06-14 | 34.1451 |
| 2026-06-21 | 33.5319 |
| 2026-06-28 | 33.0811 |
| 2026-07-05 | 32.6755 |
| 2026-07-12 | 33.2208 |
| 2026-07-19 | 32.9220 |
| 2026-07-26 | 32.1989 |
| 2026-08-02 | 32.0104 |
| 2026-08-09 | 31.9495 |
| 2026-08-16 | 31.7225 |
| 2026-08-24 | 31.6121 |
| 2026-08-31 | 31.5086 |
| 2026-09-07 | 31.1773 |
| 2026-09-14 | 31.0191 |
| 2026-09-21 | 30.4671 |
High
34.1784
Low
26.9819
Average
31.4614
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.