Skip to content

TWD to BOB exchange rate API

New Taiwan Dollar to Boliviano · quoted 2026-09-24

0.36224

▲ +56.45% over 1Y

1 TWD = 0.36224 BOB · 1 BOB = 2.7606 TWD · Get this rate via the API

1 TWD buys 0.36224 BOB as of 2026-09-24, so 1 BOB buys 2.7606 TWD. Over the last year, TWD/BOB traded between 0.21601 and 0.39390, averaged 0.25186 and rose 56.45%. The API holds daily TWD/BOB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/BOB over 1Y

TWD/BOB over 1Y: show the values
PointTWD/BOB
2025-09-240.23154
2025-10-010.23125
2025-10-080.23043
2025-10-150.22565
2025-10-220.22505
2025-10-290.22612
2025-11-050.22345
2025-11-120.22274
2025-11-190.22184
2025-11-260.22052
2025-12-030.22104
2025-12-110.22152
2025-12-180.21893
2025-12-250.22004
2026-01-010.22112
2026-01-080.21944
2026-01-150.21925
2026-01-220.21874
2026-01-290.22035
2026-02-050.21840
2026-02-120.22066
2026-02-190.21954
2026-02-260.22021
2026-03-050.21781
2026-03-120.21731
2026-03-190.21760
2026-03-260.21691
2026-04-020.21613
2026-04-090.21712
2026-04-160.21844
2026-04-230.21984
2026-04-300.21849
2026-05-070.22035
2026-05-150.21906
2026-05-230.22024
2026-05-300.22004
2026-06-060.21875
2026-06-150.21913
2026-06-220.21819
2026-06-290.21691
2026-07-060.21601
2026-07-130.31073
2026-07-200.33042
2026-07-270.33833
2026-08-030.36269
2026-08-100.37544
2026-08-170.36498
2026-08-250.36076
2026-09-010.37388
2026-09-080.39390
2026-09-150.37718
2026-09-220.35166

High

0.39390

Low

0.21601

Average

0.25186

For developers

Get this rate via the API

One GET request returns the TWD/BOB 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=BOB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=BOB");
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=BOB").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/BOB API questions

How do I get the TWD/BOB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=BOB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/BOB rate in rates.BOB.

How far back does TWD/BOB historical data go?

Daily TWD/BOB 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/BOB 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.