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: show the values
| Point | ZMW/SDG |
|---|---|
| 2026-08-27 | 31.5059 |
| 2026-08-28 | 31.5684 |
| 2026-08-29 | 31.4752 |
| 2026-08-30 | 31.5268 |
| 2026-08-31 | 31.5086 |
| 2026-09-01 | 31.3211 |
| 2026-09-02 | 31.3278 |
| 2026-09-03 | 31.3412 |
| 2026-09-04 | 31.2560 |
| 2026-09-05 | 31.1796 |
| 2026-09-06 | 31.1804 |
| 2026-09-07 | 31.1773 |
| 2026-09-08 | 31.1750 |
| 2026-09-09 | 31.0662 |
| 2026-09-10 | 31.0968 |
| 2026-09-11 | 31.0185 |
| 2026-09-12 | 31.0167 |
| 2026-09-13 | 31.0180 |
| 2026-09-14 | 31.0191 |
| 2026-09-15 | 30.9423 |
| 2026-09-16 | 30.6202 |
| 2026-09-17 | 30.5729 |
| 2026-09-18 | 30.6532 |
| 2026-09-19 | 30.4744 |
| 2026-09-20 | 30.5729 |
| 2026-09-21 | 30.4671 |
| 2026-09-22 | 30.5422 |
| 2026-09-23 | 30.7788 |
| 2026-09-24 | 30.6691 |
| 2026-09-25 | 30.7000 |
High
31.5684
Low
30.4671
Average
31.0152
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.