Skip to content

TWD to GYD exchange rate API

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

6.5968

▼ +5.88% over 1Y

1 TWD = 6.5968 GYD · 1 GYD = 0.15159 TWD · Get this rate via the API

1 TWD buys 6.5968 GYD as of 2026-09-24, so 1 GYD buys 0.15159 TWD. Over the last year, TWD/GYD traded between 6.4448 and 7.0090, averaged 6.6443 and fell 5.88%. The API holds daily TWD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/GYD over 1Y

TWD/GYD over 1Y: show the values
PointTWD/GYD
2025-09-247.0090
2025-10-016.9957
2025-10-086.9625
2025-10-156.7915
2025-10-226.8111
2025-10-296.8466
2025-11-056.7575
2025-11-126.7355
2025-11-196.7026
2025-11-266.6482
2025-12-036.6848
2025-12-116.6583
2025-12-186.6237
2025-12-256.6539
2026-01-016.6822
2026-01-086.6358
2026-01-156.6309
2026-01-226.6273
2026-01-296.6742
2026-02-056.6125
2026-02-126.6808
2026-02-196.6487
2026-02-266.6688
2026-03-056.5950
2026-03-126.5974
2026-03-196.5894
2026-03-266.5690
2026-04-026.5456
2026-04-096.5741
2026-04-166.6135
2026-04-236.6567
2026-04-306.6155
2026-05-076.6706
2026-05-156.6322
2026-05-236.6385
2026-05-306.6399
2026-06-066.6269
2026-06-156.6362
2026-06-226.6062
2026-06-296.5727
2026-07-066.5272
2026-07-136.5372
2026-07-206.4637
2026-07-276.4553
2026-08-036.4448
2026-08-106.4727
2026-08-176.5509
2026-08-256.5604
2026-09-016.5984
2026-09-086.6413
2026-09-156.5713
2026-09-226.6068

High

7.0090

Low

6.4448

Average

6.6443

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/GYD API questions

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

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

How far back does TWD/GYD historical data go?

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