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: show the values
| Point | ZMW/SDG |
|---|---|
| 2025-09-26 | 25.2293 |
| 2025-10-03 | 25.2435 |
| 2025-10-10 | 26.4827 |
| 2025-10-17 | 26.5732 |
| 2025-10-24 | 27.1716 |
| 2025-10-31 | 27.1133 |
| 2025-11-07 | 26.4532 |
| 2025-11-14 | 26.4874 |
| 2025-11-21 | 26.0243 |
| 2025-11-28 | 26.1931 |
| 2025-12-05 | 25.9115 |
| 2025-12-13 | 25.9692 |
| 2025-12-20 | 26.5003 |
| 2025-12-27 | 26.6177 |
| 2026-01-03 | 27.1370 |
| 2026-01-10 | 30.7691 |
| 2026-01-17 | 29.7001 |
| 2026-01-24 | 30.6907 |
| 2026-01-31 | 30.3755 |
| 2026-02-07 | 32.0909 |
| 2026-02-14 | 32.8870 |
| 2026-02-21 | 31.6292 |
| 2026-02-28 | 31.7237 |
| 2026-03-07 | 31.0815 |
| 2026-03-14 | 30.9195 |
| 2026-03-21 | 30.7790 |
| 2026-03-28 | 31.9230 |
| 2026-04-04 | 27.2026 |
| 2026-04-11 | 31.6048 |
| 2026-04-18 | 31.5920 |
| 2026-04-25 | 31.7835 |
| 2026-05-02 | 32.1487 |
| 2026-05-09 | 31.5426 |
| 2026-05-17 | 31.7412 |
| 2026-05-25 | 31.7725 |
| 2026-06-01 | 32.5682 |
| 2026-06-10 | 33.6798 |
| 2026-06-17 | 33.8335 |
| 2026-06-24 | 33.1631 |
| 2026-07-01 | 33.2322 |
| 2026-07-08 | 32.4410 |
| 2026-07-15 | 33.0401 |
| 2026-07-22 | 32.5856 |
| 2026-07-29 | 32.0085 |
| 2026-08-05 | 31.6205 |
| 2026-08-12 | 31.8879 |
| 2026-08-20 | 32.0378 |
| 2026-08-27 | 31.5059 |
| 2026-09-03 | 31.3412 |
| 2026-09-10 | 31.0968 |
| 2026-09-17 | 30.5729 |
| 2026-09-24 | 30.6691 |
High
33.8335
Low
25.2293
Average
30.1330
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.