Skip to content

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

TWD/GMD over 1Y: show the values
PointTWD/GMD
2025-09-252.4545
2025-10-022.4563
2025-10-092.4261
2025-10-162.3783
2025-10-232.3626
2025-10-302.3812
2025-11-062.3779
2025-11-132.3596
2025-11-202.3563
2025-11-272.3508
2025-12-042.3422
2025-12-122.3607
2025-12-192.3431
2025-12-262.3622
2026-01-022.3544
2026-01-092.3362
2026-01-162.3365
2026-01-232.3267
2026-01-302.3509
2026-02-062.3250
2026-02-132.3466
2026-02-202.3451
2026-02-272.3481
2026-03-062.3228
2026-03-132.3040
2026-03-202.3187
2026-03-272.3157
2026-04-032.3151
2026-04-102.3301
2026-04-172.3136
2026-04-242.3335
2026-05-012.3298
2026-05-082.3247
2026-05-162.2954
2026-05-242.3642
2026-05-312.3511
2026-06-092.3281
2026-06-162.3329
2026-06-232.3232
2026-06-302.3200
2026-07-072.3037
2026-07-142.2994
2026-07-212.2901
2026-07-282.2883
2026-08-042.2870
2026-08-112.2988
2026-08-182.3283
2026-08-262.3301
2026-09-022.3469
2026-09-092.3560
2026-09-162.3288
2026-09-232.3321

High

2.4563

Low

2.2870

Average

2.3401

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=GMD");
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=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&currencies=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.