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: show the values
| Point | TWD/BWP |
|---|---|
| 2025-12-31 | 0.43909 |
| 2026-01-07 | 0.44192 |
| 2026-01-14 | 0.42947 |
| 2026-01-21 | 0.43249 |
| 2026-01-28 | 0.42253 |
| 2026-02-04 | 0.42848 |
| 2026-02-11 | 0.41498 |
| 2026-02-18 | 0.41896 |
| 2026-02-25 | 0.42070 |
| 2026-03-04 | 0.42135 |
| 2026-03-11 | 0.42313 |
| 2026-03-18 | 0.42496 |
| 2026-03-25 | 0.42550 |
| 2026-04-01 | 0.43159 |
| 2026-04-08 | 0.42729 |
| 2026-04-15 | 0.42376 |
| 2026-04-22 | 0.42619 |
| 2026-04-29 | 0.42810 |
| 2026-05-06 | 0.43078 |
| 2026-05-14 | 0.42723 |
| 2026-05-21 | 0.42957 |
| 2026-05-29 | 0.42826 |
| 2026-06-05 | 0.42747 |
| 2026-06-14 | 0.42740 |
| 2026-06-21 | 0.43626 |
| 2026-06-28 | 0.42721 |
| 2026-07-05 | 0.42267 |
| 2026-07-12 | 0.42170 |
| 2026-07-19 | 0.41989 |
| 2026-07-26 | 0.42575 |
| 2026-08-02 | 0.42091 |
| 2026-08-09 | 0.41901 |
| 2026-08-16 | 0.42047 |
| 2026-08-24 | 0.42172 |
| 2026-08-31 | 0.42388 |
| 2026-09-07 | 0.42401 |
| 2026-09-14 | 0.42445 |
| 2026-09-21 | 0.42666 |
High
0.44192
Low
0.41498
Average
0.42602
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.