Skip to content

TND to SRD exchange rate API

Tunisian Dinar to Surinam Dollar · quoted 2026-09-25

12.7685

▼ +2.75% over 1Y

1 TND = 12.7685 SRD · 1 SRD = 0.07832 TND · Get this rate via the API

1 TND buys 12.7685 SRD as of 2026-09-25, so 1 SRD buys 0.07832 TND. Over the last year, TND/SRD traded between 12.7194 and 13.5015, averaged 13.0234 and fell 2.75%. The API holds daily TND/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/SRD over 1Y

TND/SRD over 1Y: show the values
PointTND/SRD
2025-09-2513.1295
2025-10-0213.2172
2025-10-0913.0335
2025-10-1613.3868
2025-10-2313.5015
2025-10-3013.3821
2025-11-0613.0451
2025-11-1313.0811
2025-11-2013.0307
2025-11-2713.0467
2025-12-0413.1827
2025-12-1213.1921
2025-12-1913.2081
2025-12-2613.2896
2026-01-0213.2077
2026-01-0913.2050
2026-01-1613.2016
2026-01-2313.2982
2026-01-3013.3513
2026-02-0613.2061
2026-02-1313.2818
2026-02-2013.0848
2026-02-2713.2075
2026-03-0613.0060
2026-03-1312.7870
2026-03-2012.8936
2026-03-2712.8653
2026-04-0312.7194
2026-04-1013.0301
2026-04-1712.9967
2026-04-2412.9745
2026-05-0112.9972
2026-05-0812.8622
2026-05-1612.8504
2026-05-2412.8041
2026-05-3112.7993
2026-06-0912.8110
2026-06-1612.9020
2026-06-2312.7438
2026-06-3012.7283
2026-07-0712.8177
2026-07-1412.7997
2026-07-2112.7594
2026-07-2812.7419
2026-08-0412.9465
2026-08-1112.9040
2026-08-1812.9566
2026-08-2613.1030
2026-09-0213.0318
2026-09-0913.1256
2026-09-1612.9421
2026-09-2312.8037

High

13.5015

Low

12.7194

Average

13.0234

For developers

Get this rate via the API

One GET request returns the TND/SRD 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=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=SRD");
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=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/SRD API questions

How do I get the TND/SRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/SRD rate in rates.SRD.

How far back does TND/SRD historical data go?

Daily TND/SRD 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/SRD 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.