Skip to content

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

TWD/DOP over 1Y: show the values
PointTWD/DOP
2025-09-252.0704
2025-10-022.0872
2025-10-092.0878
2025-10-162.0568
2025-10-232.0613
2025-10-302.0892
2025-11-062.0814
2025-11-132.0671
2025-11-202.0299
2025-11-271.9983
2025-12-042.0246
2025-12-122.0474
2025-12-191.9910
2025-12-261.9938
2026-01-022.0080
2026-01-092.0108
2026-01-162.0192
2026-01-231.9903
2026-01-302.0017
2026-02-061.9941
2026-02-131.9849
2026-02-201.9518
2026-02-271.9263
2026-03-061.8732
2026-03-131.9171
2026-03-201.8387
2026-03-271.8600
2026-04-031.8960
2026-04-101.9011
2026-04-171.8976
2026-04-241.8940
2026-05-011.8830
2026-05-081.9000
2026-05-161.8871
2026-05-241.8750
2026-05-311.8477
2026-06-091.8410
2026-06-161.8573
2026-06-231.8514
2026-06-301.8745
2026-07-071.8402
2026-07-141.8279
2026-07-211.8085
2026-07-281.7985
2026-08-041.7943
2026-08-111.8103
2026-08-181.8459
2026-08-261.8324
2026-09-021.8531
2026-09-091.8722
2026-09-161.8600
2026-09-231.8771

High

2.0892

Low

1.7943

Average

1.9313

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=DOP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=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&currencies=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.