Skip to content

TWD to GIP exchange rate API

New Taiwan Dollar to Gibraltar Pound · quoted 2026-09-24

0.02374

▼ +4.22% over 1Y

1 TWD = 0.02374 GIP · 1 GIP = 42.1212 TWD · Get this rate via the API

1 TWD buys 0.02374 GIP as of 2026-09-24, so 1 GIP buys 42.1212 TWD. Over the last year, TWD/GIP traded between 0.02291 and 0.02488, averaged 0.02368 and fell 4.22%. The API holds daily TWD/GIP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/GIP over 1Y

TWD/GIP over 1Y: show the values
PointTWD/GIP
2025-09-240.02479
2025-10-010.02488
2025-10-080.02482
2025-10-150.02446
2025-10-220.02433
2025-10-290.02465
2025-11-050.02481
2025-11-120.02450
2025-11-190.02441
2025-11-260.02420
2025-12-030.02415
2025-12-110.02395
2025-12-180.02370
2025-12-250.02353
2026-01-010.02369
2026-01-080.02354
2026-01-150.02358
2026-01-220.02354
2026-01-290.02310
2026-02-050.02317
2026-02-120.02332
2026-02-190.02347
2026-02-260.02361
2026-03-050.02358
2026-03-120.02348
2026-03-190.02354
2026-03-260.02343
2026-04-020.02361
2026-04-090.02339
2026-04-160.02337
2026-04-230.02348
2026-04-300.02339
2026-05-070.02348
2026-05-150.02344
2026-05-230.02366
2026-05-300.02363
2026-06-060.02372
2026-06-150.02358
2026-06-220.02392
2026-06-290.02376
2026-07-060.02337
2026-07-130.02330
2026-07-200.02296
2026-07-270.02315
2026-08-030.02291
2026-08-100.02300
2026-08-170.02316
2026-08-250.02301
2026-09-010.02332
2026-09-080.02345
2026-09-150.02331
2026-09-220.02359

High

0.02488

Low

0.02291

Average

0.02368

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/GIP API questions

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

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

How far back does TWD/GIP historical data go?

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