Skip to content

ZAR to DOP exchange rate API

Rand to Dominican Peso · quoted 2026-09-25

3.6289

▼ +4.93% over YTD

1 ZAR = 3.6289 DOP · 1 DOP = 0.27556 ZAR · Get this rate via the API

1 ZAR buys 3.6289 DOP as of 2026-09-25, so 1 DOP buys 0.27556 ZAR. Over the year to date, ZAR/DOP traded between 3.4649 and 3.9577, averaged 3.6729 and fell 4.93%. The API holds daily ZAR/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZAR/DOP over YTD

ZAR/DOP over YTD: show the values
PointZAR/DOP
2025-12-313.8172
2026-01-073.8525
2026-01-143.8876
2026-01-213.8820
2026-01-283.9577
2026-02-043.9394
2026-02-113.9472
2026-02-183.8464
2026-02-253.8407
2026-03-043.6460
2026-03-113.6781
2026-03-183.5981
2026-03-253.5377
2026-04-013.5812
2026-04-083.7201
2026-04-153.6328
2026-04-223.6590
2026-04-293.5696
2026-05-063.6244
2026-05-143.5965
2026-05-213.5575
2026-05-293.6329
2026-06-053.5834
2026-06-143.6205
2026-06-213.5514
2026-06-283.6139
2026-07-053.6354
2026-07-123.5849
2026-07-193.5337
2026-07-263.4649
2026-08-023.5239
2026-08-093.6029
2026-08-163.6174
2026-08-243.6661
2026-08-313.6519
2026-09-073.7023
2026-09-143.6359
2026-09-213.6204

High

3.9577

Low

3.4649

Average

3.6729

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/DOP API questions

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

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

How far back does ZAR/DOP historical data go?

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