Skip to content

DOP to ZAR exchange rate API

Dominican Peso to Rand · quoted 2026-09-25

0.27543

▼ +1.45% over 1Y

1 DOP = 0.27543 ZAR · 1 ZAR = 3.6307 DOP · Get this rate via the API

1 DOP buys 0.27543 ZAR as of 2026-09-25, so 1 ZAR buys 3.6307 DOP. Over the last year, DOP/ZAR traded between 0.25306 and 0.28897, averaged 0.27295 and fell 1.45%. The API holds daily DOP/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/ZAR over 1Y

DOP/ZAR over 1Y: show the values
PointDOP/ZAR
2025-09-250.27947
2025-10-020.27539
2025-10-090.27299
2025-10-160.27497
2025-10-230.27304
2025-10-300.27031
2025-11-060.26967
2025-11-130.26454
2025-11-200.27175
2025-11-270.27435
2025-12-040.26785
2025-12-120.26367
2025-12-190.26725
2025-12-260.26580
2026-01-020.26179
2026-01-090.26072
2026-01-160.25688
2026-01-230.25674
2026-01-300.25306
2026-02-060.25533
2026-02-130.25684
2026-02-200.26153
2026-02-270.26401
2026-03-060.28115
2026-03-130.27408
2026-03-200.28730
2026-03-270.28897
2026-04-030.28042
2026-04-100.27210
2026-04-170.27365
2026-04-240.27761
2026-05-010.28070
2026-05-080.27521
2026-05-160.28013
2026-05-240.27792
2026-05-310.27995
2026-06-090.28314
2026-06-160.27628
2026-06-230.28134
2026-06-300.27427
2026-07-070.27497
2026-07-140.27983
2026-07-210.28140
2026-07-280.28796
2026-08-040.28287
2026-08-110.27729
2026-08-180.27587
2026-08-260.27274
2026-09-020.27337
2026-09-090.27228
2026-09-160.27526
2026-09-230.27470

High

0.28897

Low

0.25306

Average

0.27295

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/ZAR API questions

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

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

How far back does DOP/ZAR historical data go?

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