Skip to content

GIP to TWD exchange rate API

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

42.1203

▲ +4.41% over 1Y

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

1 GIP buys 42.1203 TWD as of 2026-09-24, so 1 TWD buys 0.02374 GIP. Over the last year, GIP/TWD traded between 40.2002 and 43.6416, averaged 42.2510 and rose 4.41%. The API holds daily GIP/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/TWD over 1Y

GIP/TWD over 1Y: show the values
PointGIP/TWD
2025-09-2440.3424
2025-10-0140.2002
2025-10-0840.2930
2025-10-1540.8843
2025-10-2241.0937
2025-10-2940.5587
2025-11-0540.3113
2025-11-1240.8085
2025-11-1940.9666
2025-11-2641.3285
2025-12-0341.4071
2025-12-1141.7495
2025-12-1842.1897
2025-12-2542.4925
2026-01-0142.2174
2026-01-0842.4713
2026-01-1542.4029
2026-01-2242.4874
2026-01-2943.2972
2026-02-0543.1665
2026-02-1242.8839
2026-02-1942.6125
2026-02-2642.3584
2026-03-0542.4047
2026-03-1242.5828
2026-03-1942.4713
2026-03-2642.6726
2026-04-0242.3548
2026-04-0942.7425
2026-04-1642.7972
2026-04-2342.5908
2026-04-3042.7434
2026-05-0742.5825
2026-05-1542.6532
2026-05-2342.2591
2026-05-3042.3161
2026-06-0642.1548
2026-06-1542.4041
2026-06-2241.8067
2026-06-2942.0921
2026-07-0642.7876
2026-07-1342.9219
2026-07-2043.5511
2026-07-2743.1936
2026-08-0343.6416
2026-08-1043.4773
2026-08-1743.1784
2026-08-2543.4657
2026-09-0142.8868
2026-09-0842.6386
2026-09-1542.8955
2026-09-2242.3920

High

43.6416

Low

40.2002

Average

42.2510

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/TWD API questions

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

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

How far back does GIP/TWD historical data go?

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