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: show the values
| Point | TND/SCR |
|---|---|
| 2025-09-27 | 4.9831 |
| 2025-10-04 | 5.0564 |
| 2025-10-11 | 4.8484 |
| 2025-10-18 | 4.7496 |
| 2025-10-25 | 4.7640 |
| 2025-11-01 | 4.9864 |
| 2025-11-08 | 4.6548 |
| 2025-11-15 | 4.7099 |
| 2025-11-22 | 4.6299 |
| 2025-11-29 | 4.7510 |
| 2025-12-06 | 4.6124 |
| 2025-12-14 | 5.0910 |
| 2025-12-21 | 5.0626 |
| 2025-12-28 | 5.1733 |
| 2026-01-04 | 5.1935 |
| 2026-01-11 | 5.0715 |
| 2026-01-18 | 5.1178 |
| 2026-01-25 | 5.1571 |
| 2026-02-01 | 5.2374 |
| 2026-02-08 | 5.2099 |
| 2026-02-15 | 5.0824 |
| 2026-02-22 | 5.0908 |
| 2026-03-01 | 5.1443 |
| 2026-03-08 | 5.0578 |
| 2026-03-15 | 5.1164 |
| 2026-03-22 | 5.1089 |
| 2026-03-29 | 5.1155 |
| 2026-04-05 | 5.0576 |
| 2026-04-12 | 5.2045 |
| 2026-04-19 | 5.1798 |
| 2026-04-26 | 5.0759 |
| 2026-05-03 | 4.7701 |
| 2026-05-10 | 5.1346 |
| 2026-05-18 | 4.6339 |
| 2026-05-26 | 4.9210 |
| 2026-06-02 | 4.8143 |
| 2026-06-11 | 4.8106 |
| 2026-06-18 | 4.9940 |
| 2026-06-25 | 4.9372 |
| 2026-07-02 | 4.5114 |
| 2026-07-09 | 4.9544 |
| 2026-07-16 | 4.7775 |
| 2026-07-23 | 4.8010 |
| 2026-07-30 | 4.8997 |
| 2026-08-06 | 4.8679 |
| 2026-08-13 | 4.8340 |
| 2026-08-21 | 4.8446 |
| 2026-08-28 | 4.8269 |
| 2026-09-04 | 4.9228 |
| 2026-09-11 | 4.9293 |
| 2026-09-18 | 4.7630 |
| 2026-09-25 | 4.8461 |
High
5.2374
Low
4.5114
Average
4.9429
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.