DOP to TWD exchange rate API
Dominican Peso to New Taiwan Dollar · quoted 2026-09-25
0.53499
▼ +1.97% over 30D
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 30 days, DOP/TWD traded between 0.53211 and 0.54573, averaged 0.53755 and fell 1.97%. 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 30D: show the values
| Point | DOP/TWD |
|---|---|
| 2026-08-26 | 0.54573 |
| 2026-08-27 | 0.54483 |
| 2026-08-28 | 0.53790 |
| 2026-08-29 | 0.54079 |
| 2026-08-30 | 0.53917 |
| 2026-08-31 | 0.53833 |
| 2026-09-01 | 0.53761 |
| 2026-09-02 | 0.53963 |
| 2026-09-03 | 0.54046 |
| 2026-09-04 | 0.53546 |
| 2026-09-05 | 0.53533 |
| 2026-09-06 | 0.53682 |
| 2026-09-07 | 0.53348 |
| 2026-09-08 | 0.53211 |
| 2026-09-09 | 0.53412 |
| 2026-09-10 | 0.53731 |
| 2026-09-11 | 0.53770 |
| 2026-09-12 | 0.53450 |
| 2026-09-13 | 0.53561 |
| 2026-09-14 | 0.53720 |
| 2026-09-15 | 0.53955 |
| 2026-09-16 | 0.53765 |
| 2026-09-17 | 0.54374 |
| 2026-09-18 | 0.53723 |
| 2026-09-19 | 0.53864 |
| 2026-09-20 | 0.53905 |
| 2026-09-21 | 0.53943 |
| 2026-09-22 | 0.53649 |
| 2026-09-23 | 0.53273 |
| 2026-09-24 | 0.53312 |
| 2026-09-25 | 0.53499 |
High
0.54573
Low
0.53211
Average
0.53755
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.