ZMW to SRD exchange rate API
Zambian Kwacha to Surinam Dollar · quoted 2026-09-26
1.9317
▲ +21.53% over 1Y
1 ZMW = 1.9317 SRD · 1 SRD = 0.51768 ZMW · Get this rate via the API
1 ZMW buys 1.9317 SRD as of 2026-09-26, so 1 SRD buys 0.51768 ZMW. Over the last year, ZMW/SRD traded between 1.5892 and 2.1070, averaged 1.9073 and rose 21.53%. The API holds daily ZMW/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZMW/SRD over 1Y: show the values
| Point | ZMW/SRD |
|---|---|
| 2025-09-26 | 1.5895 |
| 2025-10-03 | 1.5892 |
| 2025-10-10 | 1.6875 |
| 2025-10-17 | 1.7268 |
| 2025-10-24 | 1.7956 |
| 2025-10-31 | 1.7544 |
| 2025-11-07 | 1.6984 |
| 2025-11-14 | 1.7035 |
| 2025-11-21 | 1.6699 |
| 2025-11-28 | 1.6814 |
| 2025-12-05 | 1.6674 |
| 2025-12-13 | 1.6695 |
| 2025-12-20 | 1.7017 |
| 2025-12-27 | 1.7002 |
| 2026-01-03 | 1.7253 |
| 2026-01-10 | 1.9600 |
| 2026-01-17 | 1.8958 |
| 2026-01-24 | 1.9529 |
| 2026-01-31 | 1.9279 |
| 2026-02-07 | 2.0254 |
| 2026-02-14 | 2.0706 |
| 2026-02-21 | 1.9853 |
| 2026-02-28 | 1.9944 |
| 2026-03-07 | 1.9505 |
| 2026-03-14 | 1.9342 |
| 2026-03-21 | 1.9229 |
| 2026-03-28 | 1.9972 |
| 2026-04-04 | 1.9413 |
| 2026-04-11 | 1.9693 |
| 2026-04-18 | 1.9820 |
| 2026-04-25 | 1.9829 |
| 2026-05-02 | 2.0054 |
| 2026-05-09 | 1.9645 |
| 2026-05-17 | 1.9653 |
| 2026-05-25 | 1.9755 |
| 2026-06-01 | 2.0171 |
| 2026-06-10 | 2.1070 |
| 2026-06-17 | 2.1057 |
| 2026-06-24 | 2.0744 |
| 2026-07-01 | 2.0789 |
| 2026-07-08 | 2.0332 |
| 2026-07-15 | 2.0756 |
| 2026-07-22 | 2.0501 |
| 2026-07-29 | 2.0236 |
| 2026-08-05 | 2.0015 |
| 2026-08-12 | 2.0211 |
| 2026-08-20 | 2.0181 |
| 2026-08-27 | 1.9828 |
| 2026-09-03 | 1.9737 |
| 2026-09-10 | 1.9619 |
| 2026-09-17 | 1.9283 |
| 2026-09-24 | 1.9370 |
High
2.1070
Low
1.5892
Average
1.9073
Get this rate via the API
One GET request returns the ZMW/SRD 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=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SRD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZMW/SRD API questions
How do I get the ZMW/SRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/SRD rate in rates.SRD.
How far back does ZMW/SRD historical data go?
Daily ZMW/SRD 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/SRD 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.