TWD to DOP exchange rate API
New Taiwan Dollar to Dominican Peso · quoted 2026-09-25
1.8692
▼ +9.72% over 1Y
1 TWD = 1.8692 DOP · 1 DOP = 0.53499 TWD · Get this rate via the API
1 TWD buys 1.8692 DOP as of 2026-09-25, so 1 DOP buys 0.53499 TWD. Over the last year, TWD/DOP traded between 1.7943 and 2.0892, averaged 1.9313 and fell 9.72%. The API holds daily TWD/DOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/DOP over 1Y: show the values
| Point | TWD/DOP |
|---|---|
| 2025-09-25 | 2.0704 |
| 2025-10-02 | 2.0872 |
| 2025-10-09 | 2.0878 |
| 2025-10-16 | 2.0568 |
| 2025-10-23 | 2.0613 |
| 2025-10-30 | 2.0892 |
| 2025-11-06 | 2.0814 |
| 2025-11-13 | 2.0671 |
| 2025-11-20 | 2.0299 |
| 2025-11-27 | 1.9983 |
| 2025-12-04 | 2.0246 |
| 2025-12-12 | 2.0474 |
| 2025-12-19 | 1.9910 |
| 2025-12-26 | 1.9938 |
| 2026-01-02 | 2.0080 |
| 2026-01-09 | 2.0108 |
| 2026-01-16 | 2.0192 |
| 2026-01-23 | 1.9903 |
| 2026-01-30 | 2.0017 |
| 2026-02-06 | 1.9941 |
| 2026-02-13 | 1.9849 |
| 2026-02-20 | 1.9518 |
| 2026-02-27 | 1.9263 |
| 2026-03-06 | 1.8732 |
| 2026-03-13 | 1.9171 |
| 2026-03-20 | 1.8387 |
| 2026-03-27 | 1.8600 |
| 2026-04-03 | 1.8960 |
| 2026-04-10 | 1.9011 |
| 2026-04-17 | 1.8976 |
| 2026-04-24 | 1.8940 |
| 2026-05-01 | 1.8830 |
| 2026-05-08 | 1.9000 |
| 2026-05-16 | 1.8871 |
| 2026-05-24 | 1.8750 |
| 2026-05-31 | 1.8477 |
| 2026-06-09 | 1.8410 |
| 2026-06-16 | 1.8573 |
| 2026-06-23 | 1.8514 |
| 2026-06-30 | 1.8745 |
| 2026-07-07 | 1.8402 |
| 2026-07-14 | 1.8279 |
| 2026-07-21 | 1.8085 |
| 2026-07-28 | 1.7985 |
| 2026-08-04 | 1.7943 |
| 2026-08-11 | 1.8103 |
| 2026-08-18 | 1.8459 |
| 2026-08-26 | 1.8324 |
| 2026-09-02 | 1.8531 |
| 2026-09-09 | 1.8722 |
| 2026-09-16 | 1.8600 |
| 2026-09-23 | 1.8771 |
High
2.0892
Low
1.7943
Average
1.9313
Get this rate via the API
One GET request returns the TWD/DOP 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=TWD¤cies=DOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=DOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=DOP").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/DOP API questions
How do I get the TWD/DOP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=DOP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/DOP rate in rates.DOP.
How far back does TWD/DOP historical data go?
Daily TWD/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 TWD/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.