Skip to content

TWD to GTQ exchange rate API

New Taiwan Dollar to Quetzal · quoted 2026-09-24

0.24002

▼ +6.44% over 1Y

1 TWD = 0.24002 GTQ · 1 GTQ = 4.1663 TWD · Get this rate via the API

1 TWD buys 0.24002 GTQ as of 2026-09-24, so 1 GTQ buys 4.1663 TWD. Over the last year, TWD/GTQ traded between 0.23508 and 0.25655, averaged 0.24290 and fell 6.44%. The API holds daily TWD/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/GTQ over 1Y

TWD/GTQ over 1Y: show the values
PointTWD/GTQ
2025-09-240.25655
2025-10-010.25627
2025-10-080.25486
2025-10-150.24955
2025-10-220.24926
2025-10-290.25051
2025-11-050.24754
2025-11-120.24672
2025-11-190.24553
2025-11-260.24413
2025-12-030.24470
2025-12-110.24463
2025-12-180.24258
2025-12-250.24362
2026-01-010.24482
2026-01-080.24290
2026-01-150.24292
2026-01-220.24258
2026-01-290.24470
2026-02-050.24234
2026-02-120.24491
2026-02-190.24329
2026-02-260.24500
2026-03-050.24171
2026-03-120.24078
2026-03-190.24006
2026-03-260.23980
2026-04-020.23925
2026-04-090.24039
2026-04-160.24168
2026-04-230.24317
2026-04-300.24158
2026-05-070.24343
2026-05-150.24186
2026-05-230.24237
2026-05-300.24258
2026-06-060.24119
2026-06-150.24177
2026-06-220.24088
2026-06-290.23933
2026-07-060.23802
2026-07-130.23811
2026-07-200.23569
2026-07-270.23564
2026-08-030.23508
2026-08-100.23638
2026-08-170.23921
2026-08-250.23930
2026-09-010.24095
2026-09-080.24265
2026-09-150.23994
2026-09-220.24087

High

0.25655

Low

0.23508

Average

0.24290

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/GTQ API questions

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

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

How far back does TWD/GTQ historical data go?

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