Skip to content

TWD to BWP exchange rate API

New Taiwan Dollar to Pula · quoted 2026-09-25

0.42889

▼ +6.82% over 1Y

1 TWD = 0.42889 BWP · 1 BWP = 2.3316 TWD · Get this rate via the API

1 TWD buys 0.42889 BWP as of 2026-09-25, so 1 BWP buys 2.3316 TWD. Over the last year, TWD/BWP traded between 0.41604 and 0.47246, averaged 0.43205 and fell 6.82%. The API holds daily TWD/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/BWP over 1Y

TWD/BWP over 1Y: show the values
PointTWD/BWP
2025-09-250.46028
2025-10-020.47246
2025-10-090.46881
2025-10-160.44732
2025-10-230.44971
2025-10-300.45906
2025-11-060.44677
2025-11-130.44172
2025-11-200.44400
2025-11-270.44437
2025-12-040.43797
2025-12-120.44614
2025-12-190.43906
2025-12-260.41821
2026-01-020.43565
2026-01-090.43248
2026-01-160.43286
2026-01-230.43441
2026-01-300.41604
2026-02-060.41743
2026-02-130.41749
2026-02-200.41899
2026-02-270.41967
2026-03-060.42555
2026-03-130.42302
2026-03-200.42645
2026-03-270.42920
2026-04-030.42768
2026-04-100.42360
2026-04-170.42522
2026-04-240.42914
2026-05-010.43088
2026-05-080.42777
2026-05-160.44812
2026-05-240.43017
2026-05-310.42737
2026-06-090.42677
2026-06-160.42292
2026-06-230.42894
2026-06-300.42623
2026-07-070.42023
2026-07-140.42052
2026-07-210.44344
2026-07-280.42438
2026-08-040.41936
2026-08-110.41853
2026-08-180.42263
2026-08-260.41997
2026-09-020.42412
2026-09-090.42470
2026-09-160.42588
2026-09-230.42624

High

0.47246

Low

0.41604

Average

0.43205

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/BWP API questions

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

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

How far back does TWD/BWP historical data go?

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