TWD to BYN exchange rate API
New Taiwan Dollar to Belarussian Ruble · quoted 2026-09-25
0.09578
▲ +6.47% over 5Y
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 5 years, TWD/BYN traded between 0.07893 and 0.11643, averaged 0.09713 and rose 6.47%. 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 5Y: show the values
| Point | TWD/BYN |
|---|---|
| 2021-09-27 | 0.08996 |
| 2021-11-08 | 0.08793 |
| 2021-12-20 | 0.09072 |
| 2022-02-01 | 0.09312 |
| 2022-03-15 | 0.11643 |
| 2022-04-29 | 0.11431 |
| 2022-06-15 | 0.11364 |
| 2022-07-27 | 0.08422 |
| 2022-09-07 | 0.08161 |
| 2022-10-19 | 0.07893 |
| 2022-11-30 | 0.08189 |
| 2023-01-12 | 0.08297 |
| 2023-02-23 | 0.08312 |
| 2023-04-11 | 0.08275 |
| 2023-05-26 | 0.08211 |
| 2023-07-10 | 0.08042 |
| 2023-08-21 | 0.07913 |
| 2023-10-02 | 0.10202 |
| 2023-11-13 | 0.10184 |
| 2023-12-27 | 0.10693 |
| 2024-02-08 | 0.10423 |
| 2024-03-21 | 0.10267 |
| 2024-05-08 | 0.10101 |
| 2024-06-24 | 0.10107 |
| 2024-08-05 | 0.10028 |
| 2024-09-15 | 0.10366 |
| 2024-10-22 | 0.10378 |
| 2024-11-21 | 0.10215 |
| 2024-12-21 | 0.10034 |
| 2025-01-20 | 0.10149 |
| 2025-02-19 | 0.10153 |
| 2025-03-21 | 0.10074 |
| 2025-04-20 | 0.10166 |
| 2025-05-20 | 0.11046 |
| 2025-06-19 | 0.11262 |
| 2025-07-19 | 0.11135 |
| 2025-08-18 | 0.11330 |
| 2025-09-17 | 0.11452 |
| 2025-10-17 | 0.11096 |
| 2025-11-16 | 0.11109 |
| 2025-12-16 | 0.09317 |
| 2026-01-15 | 0.09205 |
| 2026-02-14 | 0.09113 |
| 2026-03-16 | 0.09264 |
| 2026-04-15 | 0.09019 |
| 2026-05-15 | 0.08857 |
| 2026-06-15 | 0.08777 |
| 2026-07-15 | 0.08914 |
| 2026-08-14 | 0.09458 |
| 2026-09-13 | 0.09587 |
High
0.11643
Low
0.07893
Average
0.09713
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.