Skip to content

DOP to ZMW exchange rate API

Dominican Peso to Zambian Kwacha · quoted 2026-09-25

0.32908

▼ +13.81% over 1Y

1 DOP = 0.32908 ZMW · 1 ZMW = 3.0387 DOP · Get this rate via the API

1 DOP buys 0.32908 ZMW as of 2026-09-25, so 1 ZMW buys 3.0387 DOP. Over the last year, DOP/ZMW traded between 0.29558 and 0.38457, averaged 0.32926 and fell 13.81%. The API holds daily DOP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/ZMW over 1Y

DOP/ZMW over 1Y: show the values
PointDOP/ZMW
2025-09-250.38183
2025-10-020.38457
2025-10-090.37897
2025-10-160.36046
2025-10-230.35256
2025-10-300.34534
2025-11-060.35168
2025-11-130.35162
2025-11-200.35942
2025-11-270.36424
2025-12-040.36515
2025-12-120.35998
2025-12-190.36259
2025-12-260.35987
2026-01-020.35274
2026-01-090.31182
2026-01-160.31167
2026-01-230.31556
2026-01-300.31524
2026-02-060.29577
2026-02-130.29558
2026-02-200.30868
2026-02-270.31298
2026-03-060.32522
2026-03-130.31793
2026-03-200.33260
2026-03-270.31770
2026-04-030.31755
2026-04-100.31555
2026-04-170.31941
2026-04-240.31389
2026-05-010.31444
2026-05-080.32033
2026-05-160.31734
2026-05-240.32006
2026-05-310.31727
2026-06-090.30495
2026-06-160.30119
2026-06-230.30516
2026-06-300.30437
2026-07-070.31073
2026-07-140.30768
2026-07-210.31317
2026-07-280.31893
2026-08-040.32415
2026-08-110.32157
2026-08-180.32225
2026-08-260.32705
2026-09-020.32545
2026-09-090.32797
2026-09-160.33164
2026-09-230.32769

High

0.38457

Low

0.29558

Average

0.32926

For developers

Get this rate via the API

One GET request returns the DOP/ZMW 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=DOP&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

DOP/ZMW API questions

How do I get the DOP/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/ZMW rate in rates.ZMW.

How far back does DOP/ZMW historical data go?

Daily DOP/ZMW 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 DOP/ZMW 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.