Skip to content

TND to STD exchange rate API

Tunisian Dinar to Dobra · quoted 2026-09-26

7327.09

▲ +0.34% over YTD

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 year to date, TND/STD traded between 7124.59 and 7424.65, averaged 7294.64 and rose 0.34%. 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 YTD

TND/STD over YTD: show the values
PointTND/STD
2025-12-317302.58
2026-01-077303.44
2026-01-147310.97
2026-01-217324.72
2026-01-287294.98
2026-02-047327.33
2026-02-117339.18
2026-02-187321.54
2026-02-257296.40
2026-03-047334.78
2026-03-117281.28
2026-03-187298.41
2026-03-257335.17
2026-04-017309.05
2026-04-087303.95
2026-04-157124.59
2026-04-227220.65
2026-04-297177.45
2026-05-067163.17
2026-05-147291.38
2026-05-217299.67
2026-05-297316.15
2026-06-057293.28
2026-06-147277.07
2026-06-217284.44
2026-06-287315.07
2026-07-057298.68
2026-07-127272.51
2026-07-197264.41
2026-07-267292.23
2026-08-027287.37
2026-08-097290.07
2026-08-167294.46
2026-08-247347.83
2026-08-317424.65
2026-09-077292.05
2026-09-147354.56
2026-09-217298.28

High

7424.65

Low

7124.59

Average

7294.64

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.