Skip to content

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

TWD/BYN over 5Y: show the values
PointTWD/BYN
2021-09-270.08996
2021-11-080.08793
2021-12-200.09072
2022-02-010.09312
2022-03-150.11643
2022-04-290.11431
2022-06-150.11364
2022-07-270.08422
2022-09-070.08161
2022-10-190.07893
2022-11-300.08189
2023-01-120.08297
2023-02-230.08312
2023-04-110.08275
2023-05-260.08211
2023-07-100.08042
2023-08-210.07913
2023-10-020.10202
2023-11-130.10184
2023-12-270.10693
2024-02-080.10423
2024-03-210.10267
2024-05-080.10101
2024-06-240.10107
2024-08-050.10028
2024-09-150.10366
2024-10-220.10378
2024-11-210.10215
2024-12-210.10034
2025-01-200.10149
2025-02-190.10153
2025-03-210.10074
2025-04-200.10166
2025-05-200.11046
2025-06-190.11262
2025-07-190.11135
2025-08-180.11330
2025-09-170.11452
2025-10-170.11096
2025-11-160.11109
2025-12-160.09317
2026-01-150.09205
2026-02-140.09113
2026-03-160.09264
2026-04-150.09019
2026-05-150.08857
2026-06-150.08777
2026-07-150.08914
2026-08-140.09458
2026-09-130.09587

High

0.11643

Low

0.07893

Average

0.09713

For developers

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