Skip to content

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

ZMW/SRD over 1Y: show the values
PointZMW/SRD
2025-09-261.5895
2025-10-031.5892
2025-10-101.6875
2025-10-171.7268
2025-10-241.7956
2025-10-311.7544
2025-11-071.6984
2025-11-141.7035
2025-11-211.6699
2025-11-281.6814
2025-12-051.6674
2025-12-131.6695
2025-12-201.7017
2025-12-271.7002
2026-01-031.7253
2026-01-101.9600
2026-01-171.8958
2026-01-241.9529
2026-01-311.9279
2026-02-072.0254
2026-02-142.0706
2026-02-211.9853
2026-02-281.9944
2026-03-071.9505
2026-03-141.9342
2026-03-211.9229
2026-03-281.9972
2026-04-041.9413
2026-04-111.9693
2026-04-181.9820
2026-04-251.9829
2026-05-022.0054
2026-05-091.9645
2026-05-171.9653
2026-05-251.9755
2026-06-012.0171
2026-06-102.1070
2026-06-172.1057
2026-06-242.0744
2026-07-012.0789
2026-07-082.0332
2026-07-152.0756
2026-07-222.0501
2026-07-292.0236
2026-08-052.0015
2026-08-122.0211
2026-08-202.0181
2026-08-271.9828
2026-09-031.9737
2026-09-101.9619
2026-09-171.9283
2026-09-241.9370

High

2.1070

Low

1.5892

Average

1.9073

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=SRD");
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=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&currencies=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.