Skip to content

DOP to TWD exchange rate API

Dominican Peso to New Taiwan Dollar · quoted 2026-09-25

0.53499

▲ +10.76% over 1Y

1 DOP = 0.53499 TWD · 1 TWD = 1.8692 DOP · Get this rate via the API

1 DOP buys 0.53499 TWD as of 2026-09-25, so 1 TWD buys 1.8692 DOP. Over the last year, DOP/TWD traded between 0.47866 and 0.55732, averaged 0.51891 and rose 10.76%. The API holds daily DOP/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/TWD over 1Y

DOP/TWD over 1Y: show the values
PointDOP/TWD
2025-09-250.48301
2025-10-020.47910
2025-10-090.47898
2025-10-160.48619
2025-10-230.48513
2025-10-300.47866
2025-11-060.48044
2025-11-130.48377
2025-11-200.49262
2025-11-270.50043
2025-12-040.49393
2025-12-120.48842
2025-12-190.50226
2025-12-260.50156
2026-01-020.49800
2026-01-090.49733
2026-01-160.49524
2026-01-230.50243
2026-01-300.49957
2026-02-060.50147
2026-02-130.50381
2026-02-200.51235
2026-02-270.51914
2026-03-060.53385
2026-03-130.52163
2026-03-200.54385
2026-03-270.53763
2026-04-030.52743
2026-04-100.52602
2026-04-170.52697
2026-04-240.52798
2026-05-010.53106
2026-05-080.52632
2026-05-160.52992
2026-05-240.53334
2026-05-310.54123
2026-06-090.54320
2026-06-160.53841
2026-06-230.54012
2026-06-300.53347
2026-07-070.54342
2026-07-140.54707
2026-07-210.55293
2026-07-280.55602
2026-08-040.55732
2026-08-110.55240
2026-08-180.54175
2026-08-260.54573
2026-09-020.53963
2026-09-090.53412
2026-09-160.53765
2026-09-230.53273

High

0.55732

Low

0.47866

Average

0.51891

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/TWD API questions

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

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

How far back does DOP/TWD historical data go?

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