TND to SDG exchange rate API
Tunisian Dinar to Sudanese Pound · quoted 2026-09-25
202.9260
▲ +2.95% over 5Y
1 TND = 202.9260 SDG · 1 SDG = 0.004928 TND · Get this rate via the API
1 TND buys 202.9260 SDG as of 2026-09-25, so 1 SDG buys 0.004928 TND. Over the last 5 years, TND/SDG traded between 178.4876 and 210.1179, averaged 200.5335 and rose 2.95%. The API holds daily TND/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/SDG over 5Y: show the values
| Point | TND/SDG |
|---|---|
| 2024-08-24 | 197.1089 |
| 2024-10-07 | 196.2068 |
| 2024-11-06 | 193.9063 |
| 2024-12-06 | 191.1108 |
| 2025-01-05 | 186.7822 |
| 2025-02-04 | 187.1901 |
| 2025-03-06 | 193.6649 |
| 2025-04-06 | 195.9693 |
| 2025-05-06 | 200.1911 |
| 2025-06-07 | 203.9414 |
| 2025-07-07 | 207.7921 |
| 2025-08-06 | 207.0729 |
| 2025-09-05 | 206.0853 |
| 2025-10-06 | 206.9469 |
| 2025-11-05 | 203.4311 |
| 2025-12-05 | 204.2584 |
| 2026-01-05 | 206.5859 |
| 2026-02-04 | 210.1179 |
| 2026-03-06 | 206.6432 |
| 2026-04-05 | 178.4876 |
| 2026-05-05 | 208.1103 |
| 2026-06-06 | 204.8939 |
| 2026-07-08 | 203.4500 |
| 2026-08-07 | 205.2517 |
| 2026-09-07 | 205.7463 |
High
210.1179
Low
178.4876
Average
200.5335
Get this rate via the API
One GET request returns the TND/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/SDG API questions
How do I get the TND/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/SDG rate in rates.SDG.
How far back does TND/SDG historical data go?
Daily TND/SDG 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/SDG 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.