Skip to content

TWD to BTN exchange rate API

New Taiwan Dollar to Ngultrum · quoted 2026-09-25

3.0184

▲ +1.98% over 1Y

1 TWD = 3.0184 BTN · 1 BTN = 0.33130 TWD · Get this rate via the API

1 TWD buys 3.0184 BTN as of 2026-09-25, so 1 BTN buys 0.33130 TWD. Over the last year, TWD/BTN traded between 2.8321 and 3.0419, averaged 2.9361 and rose 1.98%. The API holds daily TWD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/BTN over 1Y

TWD/BTN over 1Y: show the values
PointTWD/BTN
2025-09-252.9597
2025-10-022.9661
2025-10-092.9573
2025-10-162.8629
2025-10-232.8483
2025-10-302.8757
2025-11-062.8676
2025-11-132.8503
2025-11-202.8321
2025-11-272.8465
2025-12-042.8807
2025-12-122.8911
2025-12-192.8621
2025-12-262.8628
2026-01-022.8628
2026-01-092.8429
2026-01-162.8587
2026-01-232.8988
2026-01-302.9227
2026-02-062.8526
2026-02-132.8815
2026-02-202.8864
2026-02-272.9024
2026-03-062.8858
2026-03-132.8870
2026-03-202.9075
2026-03-272.9439
2026-04-032.8998
2026-04-102.9123
2026-04-172.9571
2026-04-242.9856
2026-05-013.0076
2026-05-083.0115
2026-05-163.0398
2026-05-243.0419
2026-05-313.0213
2026-06-093.0299
2026-06-162.9983
2026-06-232.9921
2026-06-302.9695
2026-07-072.9710
2026-07-142.9778
2026-07-212.9848
2026-07-282.9544
2026-08-042.9454
2026-08-112.9602
2026-08-183.0038
2026-08-262.9917
2026-09-022.9886
2026-09-093.0181
2026-09-163.0178
2026-09-233.0165

High

3.0419

Low

2.8321

Average

2.9361

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/BTN API questions

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

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

How far back does TWD/BTN historical data go?

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