Convert TWD to GBP
New Taiwan Dollar → British Pound
1 TWD = 0.0237422 GBP(1 GBP = 42.119133 TWD)
Currency converter
1 TWD =
0.023742 GBP
TWD to GBP: last 30 days
Over the last 30 days, 1 TWD traded between 0.023262 and 0.023769 GBP, averaging 0.023446 GBP. The TWD/GBP rate is up 1.99% since 2026-08-28.
- 30-day high
- 0.023769
- 2026-09-24
- 30-day low
- 0.023262
- 2026-08-29
- 30-day average
- 0.023446
- Days with data: 30
- 30-day change
- +1.99%
- since 2026-08-28
0.023769
0.0232622026-08-28 → 2026-09-26
| Date | 1 TWD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.023742 | 0.00% |
| 2026-09-25 | 0.023742 | -0.11% |
| 2026-09-24 | 0.023769 | +0.13% |
| 2026-09-23 | 0.023737 | +0.52% |
| 2026-09-22 | 0.023614 | +0.55% |
| 2026-09-21 | 0.023484 | -0.26% |
| 2026-09-20 | 0.023546 | -0.09% |
| 2026-09-19 | 0.023567 | -0.03% |
| 2026-09-18 | 0.023575 | +0.56% |
| 2026-09-17 | 0.023443 | +0.18% |
| 2026-09-16 | 0.023402 | +0.30% |
| 2026-09-15 | 0.023332 | -0.14% |
| 2026-09-14 | 0.023364 | -0.12% |
| 2026-09-13 | 0.023392 | -0.20% |
| 2026-09-12 | 0.023439 | +0.19% |
| Date | 1 TWD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.023394 | -0.30% |
| 2026-09-10 | 0.023464 | +0.19% |
| 2026-09-09 | 0.023419 | -0.15% |
| 2026-09-08 | 0.023454 | +0.34% |
| 2026-09-07 | 0.023375 | +0.12% |
| 2026-09-06 | 0.023346 | +0.09% |
| 2026-09-05 | 0.023326 | +0.10% |
| 2026-09-04 | 0.023302 | -0.28% |
| 2026-09-03 | 0.023367 | +0.18% |
| 2026-09-02 | 0.023324 | -0.13% |
| 2026-09-01 | 0.023354 | +0.20% |
| 2026-08-31 | 0.023308 | +0.19% |
| 2026-08-30 | 0.023264 | +0.01% |
| 2026-08-29 | 0.023262 | -0.07% |
| 2026-08-28 | 0.023278 | — |
TWD to GBP conversion table
1 TWD0.023742 GBP
5 TWD0.11871 GBP
10 TWD0.23742 GBP
25 TWD0.59355 GBP
50 TWD1.1871 GBP
100 TWD2.3742 GBP
500 TWD11.8711 GBP
1,000 TWD23.7422 GBP
5,000 TWD118.7109 GBP
10,000 TWD237.4218 GBP
Get the TWD/GBP rate in your app
One GET request returns the latest TWD → GBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/TWD/GBP"fetch('https://rate-api.com/api/v1/pair/TWD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TWD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TWD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TWD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TWD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TWD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "TWD",
"to": "GBP"
},
"rate": 0.0237,
"timestamp": 1790432127,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
GBP to TWDBritish Pound → New Taiwan Dollar42.1191Convert TWD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.