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: show the values
| Point | GIP/TWD |
|---|---|
| 2025-09-24 | 40.3424 |
| 2025-10-01 | 40.2002 |
| 2025-10-08 | 40.2930 |
| 2025-10-15 | 40.8843 |
| 2025-10-22 | 41.0937 |
| 2025-10-29 | 40.5587 |
| 2025-11-05 | 40.3113 |
| 2025-11-12 | 40.8085 |
| 2025-11-19 | 40.9666 |
| 2025-11-26 | 41.3285 |
| 2025-12-03 | 41.4071 |
| 2025-12-11 | 41.7495 |
| 2025-12-18 | 42.1897 |
| 2025-12-25 | 42.4925 |
| 2026-01-01 | 42.2174 |
| 2026-01-08 | 42.4713 |
| 2026-01-15 | 42.4029 |
| 2026-01-22 | 42.4874 |
| 2026-01-29 | 43.2972 |
| 2026-02-05 | 43.1665 |
| 2026-02-12 | 42.8839 |
| 2026-02-19 | 42.6125 |
| 2026-02-26 | 42.3584 |
| 2026-03-05 | 42.4047 |
| 2026-03-12 | 42.5828 |
| 2026-03-19 | 42.4713 |
| 2026-03-26 | 42.6726 |
| 2026-04-02 | 42.3548 |
| 2026-04-09 | 42.7425 |
| 2026-04-16 | 42.7972 |
| 2026-04-23 | 42.5908 |
| 2026-04-30 | 42.7434 |
| 2026-05-07 | 42.5825 |
| 2026-05-15 | 42.6532 |
| 2026-05-23 | 42.2591 |
| 2026-05-30 | 42.3161 |
| 2026-06-06 | 42.1548 |
| 2026-06-15 | 42.4041 |
| 2026-06-22 | 41.8067 |
| 2026-06-29 | 42.0921 |
| 2026-07-06 | 42.7876 |
| 2026-07-13 | 42.9219 |
| 2026-07-20 | 43.5511 |
| 2026-07-27 | 43.1936 |
| 2026-08-03 | 43.6416 |
| 2026-08-10 | 43.4773 |
| 2026-08-17 | 43.1784 |
| 2026-08-25 | 43.4657 |
| 2026-09-01 | 42.8868 |
| 2026-09-08 | 42.6386 |
| 2026-09-15 | 42.8955 |
| 2026-09-22 | 42.3920 |
High
43.6416
Low
40.2002
Average
42.2510
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.