TWD to GMD exchange rate API
New Taiwan Dollar to Dalasi · quoted 2026-09-25
2.3291
▼ +5.11% over 1Y
1 TWD = 2.3291 GMD · 1 GMD = 0.42935 TWD · Get this rate via the API
1 TWD buys 2.3291 GMD as of 2026-09-25, so 1 GMD buys 0.42935 TWD. Over the last year, TWD/GMD traded between 2.2870 and 2.4563, averaged 2.3401 and fell 5.11%. The API holds daily TWD/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/GMD over 1Y: show the values
| Point | TWD/GMD |
|---|---|
| 2025-09-25 | 2.4545 |
| 2025-10-02 | 2.4563 |
| 2025-10-09 | 2.4261 |
| 2025-10-16 | 2.3783 |
| 2025-10-23 | 2.3626 |
| 2025-10-30 | 2.3812 |
| 2025-11-06 | 2.3779 |
| 2025-11-13 | 2.3596 |
| 2025-11-20 | 2.3563 |
| 2025-11-27 | 2.3508 |
| 2025-12-04 | 2.3422 |
| 2025-12-12 | 2.3607 |
| 2025-12-19 | 2.3431 |
| 2025-12-26 | 2.3622 |
| 2026-01-02 | 2.3544 |
| 2026-01-09 | 2.3362 |
| 2026-01-16 | 2.3365 |
| 2026-01-23 | 2.3267 |
| 2026-01-30 | 2.3509 |
| 2026-02-06 | 2.3250 |
| 2026-02-13 | 2.3466 |
| 2026-02-20 | 2.3451 |
| 2026-02-27 | 2.3481 |
| 2026-03-06 | 2.3228 |
| 2026-03-13 | 2.3040 |
| 2026-03-20 | 2.3187 |
| 2026-03-27 | 2.3157 |
| 2026-04-03 | 2.3151 |
| 2026-04-10 | 2.3301 |
| 2026-04-17 | 2.3136 |
| 2026-04-24 | 2.3335 |
| 2026-05-01 | 2.3298 |
| 2026-05-08 | 2.3247 |
| 2026-05-16 | 2.2954 |
| 2026-05-24 | 2.3642 |
| 2026-05-31 | 2.3511 |
| 2026-06-09 | 2.3281 |
| 2026-06-16 | 2.3329 |
| 2026-06-23 | 2.3232 |
| 2026-06-30 | 2.3200 |
| 2026-07-07 | 2.3037 |
| 2026-07-14 | 2.2994 |
| 2026-07-21 | 2.2901 |
| 2026-07-28 | 2.2883 |
| 2026-08-04 | 2.2870 |
| 2026-08-11 | 2.2988 |
| 2026-08-18 | 2.3283 |
| 2026-08-26 | 2.3301 |
| 2026-09-02 | 2.3469 |
| 2026-09-09 | 2.3560 |
| 2026-09-16 | 2.3288 |
| 2026-09-23 | 2.3321 |
High
2.4563
Low
2.2870
Average
2.3401
Get this rate via the API
One GET request returns the TWD/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/GMD API questions
How do I get the TWD/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/GMD rate in rates.GMD.
How far back does TWD/GMD historical data go?
Daily TWD/GMD 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/GMD 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.