Skip to content

TND to SCR exchange rate API

Tunisian Dinar to Seychelles Rupee · quoted 2026-09-27

4.8844

▼ +1.98% over 1Y

1 TND = 4.8844 SCR · 1 SCR = 0.20473 TND · Get this rate via the API

1 TND buys 4.8844 SCR as of 2026-09-27, so 1 SCR buys 0.20473 TND. Over the last year, TND/SCR traded between 4.5114 and 5.2374, averaged 4.9429 and fell 1.98%. The API holds daily TND/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/SCR over 1Y

TND/SCR over 1Y: show the values
PointTND/SCR
2025-09-274.9831
2025-10-045.0564
2025-10-114.8484
2025-10-184.7496
2025-10-254.7640
2025-11-014.9864
2025-11-084.6548
2025-11-154.7099
2025-11-224.6299
2025-11-294.7510
2025-12-064.6124
2025-12-145.0910
2025-12-215.0626
2025-12-285.1733
2026-01-045.1935
2026-01-115.0715
2026-01-185.1178
2026-01-255.1571
2026-02-015.2374
2026-02-085.2099
2026-02-155.0824
2026-02-225.0908
2026-03-015.1443
2026-03-085.0578
2026-03-155.1164
2026-03-225.1089
2026-03-295.1155
2026-04-055.0576
2026-04-125.2045
2026-04-195.1798
2026-04-265.0759
2026-05-034.7701
2026-05-105.1346
2026-05-184.6339
2026-05-264.9210
2026-06-024.8143
2026-06-114.8106
2026-06-184.9940
2026-06-254.9372
2026-07-024.5114
2026-07-094.9544
2026-07-164.7775
2026-07-234.8010
2026-07-304.8997
2026-08-064.8679
2026-08-134.8340
2026-08-214.8446
2026-08-284.8269
2026-09-044.9228
2026-09-114.9293
2026-09-184.7630
2026-09-254.8461

High

5.2374

Low

4.5114

Average

4.9429

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/SCR API questions

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

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

How far back does TND/SCR historical data go?

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