Skip to content

TND to SCR exchange rate API

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

4.8844

▼ +3.47% over YTD

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 year to date, TND/SCR traded between 4.6524 and 5.2698, averaged 4.9612 and fell 3.47%. 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 YTD

TND/SCR over YTD: show the values
PointTND/SCR
2025-12-315.0600
2026-01-074.8536
2026-01-145.0107
2026-01-214.9206
2026-01-285.1836
2026-02-045.2329
2026-02-115.2698
2026-02-185.0579
2026-02-255.2426
2026-03-044.7300
2026-03-114.6524
2026-03-184.8606
2026-03-255.0006
2026-04-015.0776
2026-04-084.8067
2026-04-154.8577
2026-04-225.1352
2026-04-294.7386
2026-05-064.7835
2026-05-144.9452
2026-05-214.9457
2026-05-294.9152
2026-06-054.8086
2026-06-144.9831
2026-06-214.9823
2026-06-285.0299
2026-07-054.9029
2026-07-125.0068
2026-07-194.9477
2026-07-264.8893
2026-08-025.0254
2026-08-095.0358
2026-08-165.0324
2026-08-245.0272
2026-08-314.9808
2026-09-074.8704
2026-09-144.8944
2026-09-214.9051

High

5.2698

Low

4.6524

Average

4.9612

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.