Skip to content

TND to STD exchange rate API

Tunisian Dinar to Dobra · quoted 2026-09-26

7327.09

▲ +0.37% over 30D

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 30 days, TND/STD traded between 7106.60 and 7424.65, averaged 7303.20 and rose 0.37%. 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 30D

TND/STD over 30D: show the values
PointTND/STD
2026-08-277300.38
2026-08-287332.57
2026-08-297291.97
2026-08-307304.94
2026-08-317424.65
2026-09-017299.70
2026-09-027295.35
2026-09-037312.12
2026-09-047308.65
2026-09-057237.65
2026-09-067298.35
2026-09-077292.05
2026-09-087321.16
2026-09-097357.22
2026-09-107309.35
2026-09-117304.69
2026-09-127314.99
2026-09-137289.89
2026-09-147354.56
2026-09-157278.18
2026-09-167331.12
2026-09-177300.05
2026-09-187106.60
2026-09-197266.59
2026-09-207267.13
2026-09-217298.28
2026-09-227305.75
2026-09-237305.34
2026-09-247335.77
2026-09-257327.09

High

7424.65

Low

7106.60

Average

7303.20

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.