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: show the values
| Point | TWD/GYD |
|---|---|
| 2025-09-24 | 7.0090 |
| 2025-10-01 | 6.9957 |
| 2025-10-08 | 6.9625 |
| 2025-10-15 | 6.7915 |
| 2025-10-22 | 6.8111 |
| 2025-10-29 | 6.8466 |
| 2025-11-05 | 6.7575 |
| 2025-11-12 | 6.7355 |
| 2025-11-19 | 6.7026 |
| 2025-11-26 | 6.6482 |
| 2025-12-03 | 6.6848 |
| 2025-12-11 | 6.6583 |
| 2025-12-18 | 6.6237 |
| 2025-12-25 | 6.6539 |
| 2026-01-01 | 6.6822 |
| 2026-01-08 | 6.6358 |
| 2026-01-15 | 6.6309 |
| 2026-01-22 | 6.6273 |
| 2026-01-29 | 6.6742 |
| 2026-02-05 | 6.6125 |
| 2026-02-12 | 6.6808 |
| 2026-02-19 | 6.6487 |
| 2026-02-26 | 6.6688 |
| 2026-03-05 | 6.5950 |
| 2026-03-12 | 6.5974 |
| 2026-03-19 | 6.5894 |
| 2026-03-26 | 6.5690 |
| 2026-04-02 | 6.5456 |
| 2026-04-09 | 6.5741 |
| 2026-04-16 | 6.6135 |
| 2026-04-23 | 6.6567 |
| 2026-04-30 | 6.6155 |
| 2026-05-07 | 6.6706 |
| 2026-05-15 | 6.6322 |
| 2026-05-23 | 6.6385 |
| 2026-05-30 | 6.6399 |
| 2026-06-06 | 6.6269 |
| 2026-06-15 | 6.6362 |
| 2026-06-22 | 6.6062 |
| 2026-06-29 | 6.5727 |
| 2026-07-06 | 6.5272 |
| 2026-07-13 | 6.5372 |
| 2026-07-20 | 6.4637 |
| 2026-07-27 | 6.4553 |
| 2026-08-03 | 6.4448 |
| 2026-08-10 | 6.4727 |
| 2026-08-17 | 6.5509 |
| 2026-08-25 | 6.5604 |
| 2026-09-01 | 6.5984 |
| 2026-09-08 | 6.6413 |
| 2026-09-15 | 6.5713 |
| 2026-09-22 | 6.6068 |
High
7.0090
Low
6.4448
Average
6.6443
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.