Skip to content

TWD to BWP exchange rate API

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

0.42889

▼ +2.32% over YTD

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 year to date, TWD/BWP traded between 0.41498 and 0.44192, averaged 0.42602 and fell 2.32%. 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 YTD

TWD/BWP over YTD: show the values
PointTWD/BWP
2025-12-310.43909
2026-01-070.44192
2026-01-140.42947
2026-01-210.43249
2026-01-280.42253
2026-02-040.42848
2026-02-110.41498
2026-02-180.41896
2026-02-250.42070
2026-03-040.42135
2026-03-110.42313
2026-03-180.42496
2026-03-250.42550
2026-04-010.43159
2026-04-080.42729
2026-04-150.42376
2026-04-220.42619
2026-04-290.42810
2026-05-060.43078
2026-05-140.42723
2026-05-210.42957
2026-05-290.42826
2026-06-050.42747
2026-06-140.42740
2026-06-210.43626
2026-06-280.42721
2026-07-050.42267
2026-07-120.42170
2026-07-190.41989
2026-07-260.42575
2026-08-020.42091
2026-08-090.41901
2026-08-160.42047
2026-08-240.42172
2026-08-310.42388
2026-09-070.42401
2026-09-140.42445
2026-09-210.42666

High

0.44192

Low

0.41498

Average

0.42602

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.