Skip to content

TND to SAR exchange rate API

Tunisian Dinar to Saudi Riyal · quoted 2026-09-25

1.2679

▼ +1.99% over 1Y

1 TND = 1.2679 SAR · 1 SAR = 0.78871 TND · Get this rate via the API

1 TND buys 1.2679 SAR as of 2026-09-25, so 1 SAR buys 0.78871 TND. Over the last year, TND/SAR traded between 1.2649 and 1.3232, averaged 1.2893 and fell 1.99%. The API holds daily TND/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/SAR over 1Y

TND/SAR over 1Y: show the values
PointTND/SAR
2025-09-251.2936
2025-10-021.2959
2025-10-091.2841
2025-10-161.2864
2025-10-231.2797
2025-10-301.2837
2025-11-061.2711
2025-11-131.2759
2025-11-201.2707
2025-11-271.2771
2025-12-041.2858
2025-12-121.2887
2025-12-191.2908
2025-12-261.3018
2026-01-021.3038
2026-01-091.2960
2026-01-161.2982
2026-01-231.3081
2026-01-301.3232
2026-02-061.3123
2026-02-131.3196
2026-02-201.3088
2026-02-271.3121
2026-03-061.2954
2026-03-131.2830
2026-03-201.2913
2026-03-271.2852
2026-04-031.2836
2026-04-101.3046
2026-04-171.3033
2026-04-241.3044
2026-05-011.3046
2026-05-081.2990
2026-05-161.2901
2026-05-241.2869
2026-05-311.2912
2026-06-091.2827
2026-06-161.2876
2026-06-231.2752
2026-06-301.2716
2026-07-071.2721
2026-07-141.2700
2026-07-211.2724
2026-07-281.2649
2026-08-041.2815
2026-08-111.2817
2026-08-181.2856
2026-08-261.2931
2026-09-021.2846
2026-09-091.2936
2026-09-161.2861
2026-09-231.2710

High

1.3232

Low

1.2649

Average

1.2893

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/SAR API questions

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

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

How far back does TND/SAR historical data go?

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