Skip to content

TND to SDG exchange rate API

Tunisian Dinar to Sudanese Pound · quoted 2026-09-25

202.9260

▼ +1.86% over 1Y

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 year, TND/SDG traded between 192.9976 and 211.1368, averaged 205.7813 and fell 1.86%. 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 1Y

TND/SDG over 1Y: show the values
PointTND/SDG
2025-09-25206.7644
2025-10-02207.3144
2025-10-09205.4012
2025-10-16205.7962
2025-10-23204.7280
2025-10-30205.2974
2025-11-06202.9506
2025-11-13203.6425
2025-11-20202.8118
2025-11-27203.7187
2025-12-04205.0238
2025-12-12205.5046
2025-12-19205.8828
2025-12-26207.7371
2026-01-02207.9488
2026-01-09206.8171
2026-01-16207.0892
2026-01-23208.7987
2026-01-30211.1368
2026-02-06209.4459
2026-02-13210.6603
2026-02-20208.8861
2026-02-27209.4429
2026-03-06206.6432
2026-03-13204.7195
2026-03-20205.9142
2026-03-27205.0415
2026-04-03192.9976
2026-04-10208.4091
2026-04-17208.2832
2026-04-24208.3273
2026-05-01208.3622
2026-05-08206.3438
2026-05-16206.4755
2026-05-24205.9578
2026-05-31206.6566
2026-06-09205.3114
2026-06-16205.7689
2026-06-23204.0949
2026-06-30203.5358
2026-07-07203.5958
2026-07-14203.2602
2026-07-21203.6512
2026-07-28202.4510
2026-08-04205.0986
2026-08-11205.1402
2026-08-18205.7481
2026-08-26206.9610
2026-09-02205.6233
2026-09-09207.0475
2026-09-16205.8356
2026-09-23203.4302

High

211.1368

Low

192.9976

Average

205.7813

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.