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: show the values
| Point | TWD/BTN |
|---|---|
| 2025-09-25 | 2.9597 |
| 2025-10-02 | 2.9661 |
| 2025-10-09 | 2.9573 |
| 2025-10-16 | 2.8629 |
| 2025-10-23 | 2.8483 |
| 2025-10-30 | 2.8757 |
| 2025-11-06 | 2.8676 |
| 2025-11-13 | 2.8503 |
| 2025-11-20 | 2.8321 |
| 2025-11-27 | 2.8465 |
| 2025-12-04 | 2.8807 |
| 2025-12-12 | 2.8911 |
| 2025-12-19 | 2.8621 |
| 2025-12-26 | 2.8628 |
| 2026-01-02 | 2.8628 |
| 2026-01-09 | 2.8429 |
| 2026-01-16 | 2.8587 |
| 2026-01-23 | 2.8988 |
| 2026-01-30 | 2.9227 |
| 2026-02-06 | 2.8526 |
| 2026-02-13 | 2.8815 |
| 2026-02-20 | 2.8864 |
| 2026-02-27 | 2.9024 |
| 2026-03-06 | 2.8858 |
| 2026-03-13 | 2.8870 |
| 2026-03-20 | 2.9075 |
| 2026-03-27 | 2.9439 |
| 2026-04-03 | 2.8998 |
| 2026-04-10 | 2.9123 |
| 2026-04-17 | 2.9571 |
| 2026-04-24 | 2.9856 |
| 2026-05-01 | 3.0076 |
| 2026-05-08 | 3.0115 |
| 2026-05-16 | 3.0398 |
| 2026-05-24 | 3.0419 |
| 2026-05-31 | 3.0213 |
| 2026-06-09 | 3.0299 |
| 2026-06-16 | 2.9983 |
| 2026-06-23 | 2.9921 |
| 2026-06-30 | 2.9695 |
| 2026-07-07 | 2.9710 |
| 2026-07-14 | 2.9778 |
| 2026-07-21 | 2.9848 |
| 2026-07-28 | 2.9544 |
| 2026-08-04 | 2.9454 |
| 2026-08-11 | 2.9602 |
| 2026-08-18 | 3.0038 |
| 2026-08-26 | 2.9917 |
| 2026-09-02 | 2.9886 |
| 2026-09-09 | 3.0181 |
| 2026-09-16 | 3.0178 |
| 2026-09-23 | 3.0165 |
High
3.0419
Low
2.8321
Average
2.9361
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.