Skip to content

TND to STD exchange rate API

Tunisian Dinar to Dobra · quoted 2026-09-26

7327.09

▼ +0.00% over 6M

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 6 months, TND/STD traded between 7093.95 and 7366.96, averaged 7277.15 and fell 0.00%. 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 6M

TND/STD over 6M: show the values
PointTND/STD
2026-03-307327.35
2026-04-067321.46
2026-04-137093.95
2026-04-207107.94
2026-04-277099.70
2026-05-047182.43
2026-05-117144.95
2026-05-197325.05
2026-05-277294.90
2026-06-037327.44
2026-06-127299.48
2026-06-197298.57
2026-06-267339.85
2026-07-037366.96
2026-07-107319.52
2026-07-177320.51
2026-07-247346.57
2026-07-317292.66
2026-08-077309.30
2026-08-147282.59
2026-08-227366.41
2026-08-297291.97
2026-09-057237.65
2026-09-127314.99
2026-09-197266.59

High

7366.96

Low

7093.95

Average

7277.15

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.