TWD to BYN exchange rate API
New Taiwan Dollar to Belarussian Ruble · quoted 2026-09-25
0.09578
▼ +15.20% over 1Y
1 TWD = 0.09578 BYN · 1 BYN = 10.4409 TWD · Get this rate via the API
1 TWD buys 0.09578 BYN as of 2026-09-25, so 1 BYN buys 10.4409 TWD. Over the last year, TWD/BYN traded between 0.08680 and 0.11337, averaged 0.09531 and fell 15.20%. The API holds daily TWD/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
TWD/BYN over 1Y: show the values
| Point | TWD/BYN |
|---|---|
| 2025-09-25 | 0.11295 |
| 2025-10-02 | 0.11337 |
| 2025-10-09 | 0.11329 |
| 2025-10-16 | 0.11123 |
| 2025-10-23 | 0.11051 |
| 2025-10-30 | 0.11088 |
| 2025-11-06 | 0.11025 |
| 2025-11-13 | 0.10970 |
| 2025-11-20 | 0.10927 |
| 2025-11-27 | 0.10904 |
| 2025-12-04 | 0.09283 |
| 2025-12-11 | 0.09346 |
| 2025-12-18 | 0.09305 |
| 2025-12-25 | 0.09271 |
| 2026-01-01 | 0.09369 |
| 2026-01-08 | 0.09334 |
| 2026-01-15 | 0.09205 |
| 2026-01-22 | 0.09031 |
| 2026-01-29 | 0.09049 |
| 2026-02-05 | 0.09043 |
| 2026-02-12 | 0.09146 |
| 2026-02-19 | 0.09064 |
| 2026-02-26 | 0.09195 |
| 2026-03-05 | 0.09218 |
| 2026-03-12 | 0.09268 |
| 2026-03-19 | 0.09592 |
| 2026-03-26 | 0.09321 |
| 2026-04-02 | 0.09288 |
| 2026-04-09 | 0.09148 |
| 2026-04-16 | 0.09033 |
| 2026-04-23 | 0.08947 |
| 2026-04-30 | 0.08904 |
| 2026-05-07 | 0.09008 |
| 2026-05-14 | 0.08865 |
| 2026-05-21 | 0.08680 |
| 2026-05-28 | 0.08719 |
| 2026-06-04 | 0.08965 |
| 2026-06-12 | 0.08726 |
| 2026-06-19 | 0.08785 |
| 2026-06-26 | 0.09009 |
| 2026-07-03 | 0.09075 |
| 2026-07-10 | 0.08903 |
| 2026-07-17 | 0.08960 |
| 2026-07-24 | 0.08894 |
| 2026-07-31 | 0.08994 |
| 2026-08-07 | 0.09230 |
| 2026-08-14 | 0.09458 |
| 2026-08-21 | 0.09496 |
| 2026-08-28 | 0.09530 |
| 2026-09-04 | 0.09723 |
| 2026-09-11 | 0.09598 |
| 2026-09-18 | 0.09531 |
| 2026-09-25 | 0.09546 |
High
0.11337
Low
0.08680
Average
0.09531
Get this rate via the API
One GET request returns the TWD/BYN 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=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/BYN API questions
How do I get the TWD/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/BYN rate in rates.BYN.
How far back does TWD/BYN historical data go?
Daily TWD/BYN rates are available from 2016-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/BYN 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.