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: show the values
| Point | TND/SDG |
|---|---|
| 2025-09-25 | 206.7644 |
| 2025-10-02 | 207.3144 |
| 2025-10-09 | 205.4012 |
| 2025-10-16 | 205.7962 |
| 2025-10-23 | 204.7280 |
| 2025-10-30 | 205.2974 |
| 2025-11-06 | 202.9506 |
| 2025-11-13 | 203.6425 |
| 2025-11-20 | 202.8118 |
| 2025-11-27 | 203.7187 |
| 2025-12-04 | 205.0238 |
| 2025-12-12 | 205.5046 |
| 2025-12-19 | 205.8828 |
| 2025-12-26 | 207.7371 |
| 2026-01-02 | 207.9488 |
| 2026-01-09 | 206.8171 |
| 2026-01-16 | 207.0892 |
| 2026-01-23 | 208.7987 |
| 2026-01-30 | 211.1368 |
| 2026-02-06 | 209.4459 |
| 2026-02-13 | 210.6603 |
| 2026-02-20 | 208.8861 |
| 2026-02-27 | 209.4429 |
| 2026-03-06 | 206.6432 |
| 2026-03-13 | 204.7195 |
| 2026-03-20 | 205.9142 |
| 2026-03-27 | 205.0415 |
| 2026-04-03 | 192.9976 |
| 2026-04-10 | 208.4091 |
| 2026-04-17 | 208.2832 |
| 2026-04-24 | 208.3273 |
| 2026-05-01 | 208.3622 |
| 2026-05-08 | 206.3438 |
| 2026-05-16 | 206.4755 |
| 2026-05-24 | 205.9578 |
| 2026-05-31 | 206.6566 |
| 2026-06-09 | 205.3114 |
| 2026-06-16 | 205.7689 |
| 2026-06-23 | 204.0949 |
| 2026-06-30 | 203.5358 |
| 2026-07-07 | 203.5958 |
| 2026-07-14 | 203.2602 |
| 2026-07-21 | 203.6512 |
| 2026-07-28 | 202.4510 |
| 2026-08-04 | 205.0986 |
| 2026-08-11 | 205.1402 |
| 2026-08-18 | 205.7481 |
| 2026-08-26 | 206.9610 |
| 2026-09-02 | 205.6233 |
| 2026-09-09 | 207.0475 |
| 2026-09-16 | 205.8356 |
| 2026-09-23 | 203.4302 |
High
211.1368
Low
192.9976
Average
205.7813
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.