Skip to content

TND to STD exchange rate API

Tunisian Dinar to Dobra · quoted 2026-09-26

7327.09

▲ +1.42% over 5Y

1 TND = 7327.09 STD · 1 STD = 0.000136 TND · Get this rate via the API

1 TND buys 7327.09 STD as of 2026-09-26, so 1 STD buys 0.000136 TND. Over the last 5 years, TND/STD traded between 7173.09 and 7451.67, averaged 7311.62 and rose 1.42%. The API holds daily TND/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/STD over 5Y

TND/STD over 5Y: show the values
PointTND/STD
2024-08-247224.53
2024-10-077288.62
2024-11-067344.81
2024-12-067451.67
2025-01-057438.47
2025-02-047443.98
2025-03-067428.51
2025-04-067263.23
2025-05-067288.90
2025-06-077365.54
2025-07-077249.83
2025-08-067362.28
2025-09-057270.72
2025-10-067248.86
2025-11-057285.71
2025-12-057216.25
2026-01-057266.70
2026-02-047327.33
2026-03-067314.63
2026-04-057284.37
2026-05-057173.09
2026-06-067286.09
2026-07-087349.53
2026-08-077309.30
2026-09-077292.05

High

7451.67

Low

7173.09

Average

7311.62

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/STD API questions

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

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

How far back does TND/STD historical data go?

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