Skip to content

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

TND/SDG over 5Y: show the values
PointTND/SDG
2024-08-24197.1089
2024-10-07196.2068
2024-11-06193.9063
2024-12-06191.1108
2025-01-05186.7822
2025-02-04187.1901
2025-03-06193.6649
2025-04-06195.9693
2025-05-06200.1911
2025-06-07203.9414
2025-07-07207.7921
2025-08-06207.0729
2025-09-05206.0853
2025-10-06206.9469
2025-11-05203.4311
2025-12-05204.2584
2026-01-05206.5859
2026-02-04210.1179
2026-03-06206.6432
2026-04-05178.4876
2026-05-05208.1103
2026-06-06204.8939
2026-07-08203.4500
2026-08-07205.2517
2026-09-07205.7463

High

210.1179

Low

178.4876

Average

200.5335

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.