TND to GMD exchange rate API
Tunisian Dinar to Dalasi · quoted 2026-09-26
24.8361
▼ +1.24% over 1Y
1 TND = 24.8361 GMD · 1 GMD = 0.04026 TND · Get this rate via the API
1 TND buys 24.8361 GMD as of 2026-09-26, so 1 GMD buys 0.04026 TND. Over the last year, TND/GMD traded between 24.6855 and 25.7710, averaged 25.2748 and fell 1.24%. The API holds daily TND/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/GMD over 1Y: show the values
| Point | TND/GMD |
|---|---|
| 2025-09-26 | 25.1486 |
| 2025-10-03 | 25.2676 |
| 2025-10-10 | 24.6855 |
| 2025-10-17 | 24.9169 |
| 2025-10-24 | 24.8516 |
| 2025-10-31 | 24.8443 |
| 2025-11-07 | 24.9340 |
| 2025-11-14 | 25.1534 |
| 2025-11-21 | 24.9665 |
| 2025-11-28 | 24.9541 |
| 2025-12-05 | 25.0882 |
| 2025-12-13 | 25.1867 |
| 2025-12-20 | 25.1516 |
| 2025-12-27 | 25.5980 |
| 2026-01-03 | 25.7320 |
| 2026-01-10 | 25.4988 |
| 2026-01-17 | 25.2984 |
| 2026-01-24 | 25.2883 |
| 2026-01-31 | 25.7058 |
| 2026-02-07 | 25.6138 |
| 2026-02-14 | 25.7710 |
| 2026-02-21 | 25.6738 |
| 2026-02-28 | 25.3209 |
| 2026-03-07 | 24.9968 |
| 2026-03-14 | 25.0742 |
| 2026-03-21 | 25.3137 |
| 2026-03-28 | 25.1206 |
| 2026-04-04 | 25.1909 |
| 2026-04-11 | 25.4600 |
| 2026-04-18 | 25.6334 |
| 2026-04-25 | 25.5130 |
| 2026-05-02 | 25.3320 |
| 2026-05-09 | 25.6465 |
| 2026-05-17 | 25.5689 |
| 2026-05-25 | 25.2732 |
| 2026-06-01 | 25.7411 |
| 2026-06-10 | 25.2414 |
| 2026-06-17 | 25.2462 |
| 2026-06-24 | 24.9083 |
| 2026-07-01 | 25.0576 |
| 2026-07-08 | 25.0469 |
| 2026-07-15 | 25.0835 |
| 2026-07-22 | 25.1550 |
| 2026-07-29 | 25.1004 |
| 2026-08-05 | 25.4221 |
| 2026-08-12 | 25.3831 |
| 2026-08-20 | 25.5701 |
| 2026-08-27 | 25.6232 |
| 2026-09-03 | 25.6123 |
| 2026-09-10 | 25.5520 |
| 2026-09-17 | 25.1634 |
| 2026-09-24 | 25.0496 |
High
25.7710
Low
24.6855
Average
25.2748
Get this rate via the API
One GET request returns the TND/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=TND¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/GMD API questions
How do I get the TND/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/GMD rate in rates.GMD.
How far back does TND/GMD historical data go?
Daily TND/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 TND/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.