Skip to content

TWD to BYN exchange rate API

New Taiwan Dollar to Belarussian Ruble · quoted 2026-09-25

0.09578

▲ +2.75% over YTD

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 year to date, TWD/BYN traded between 0.08637 and 0.09739, averaged 0.09151 and rose 2.75%. 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 YTD

TWD/BYN over YTD: show the values
PointTWD/BYN
2025-12-310.09322
2026-01-070.09344
2026-01-140.09193
2026-01-210.09095
2026-01-280.09059
2026-02-040.09070
2026-02-110.09142
2026-02-180.09087
2026-02-250.09147
2026-03-040.09169
2026-03-110.09258
2026-03-180.09489
2026-03-250.09275
2026-04-010.09304
2026-04-080.09224
2026-04-150.09019
2026-04-220.08977
2026-04-290.08932
2026-05-060.08972
2026-05-130.08846
2026-05-200.08637
2026-05-270.08746
2026-06-030.08881
2026-06-110.08709
2026-06-180.08765
2026-06-250.08883
2026-07-020.09112
2026-07-090.08913
2026-07-160.08961
2026-07-230.08925
2026-07-300.08973
2026-08-060.09187
2026-08-130.09324
2026-08-200.09513
2026-08-270.09511
2026-09-030.09739
2026-09-100.09662
2026-09-170.09553
2026-09-240.09557

High

0.09739

Low

0.08637

Average

0.09151

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.