Skip to content

TND to STD exchange rate API

Tunisian Dinar to Dobra · quoted 2026-09-26

7327.09

▲ +1.08% over 1Y

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 year, TND/STD traded between 7073.72 and 7404.97, averaged 7279.29 and rose 1.08%. 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 1Y

TND/STD over 1Y: show the values
PointTND/STD
2025-09-267248.99
2025-10-037232.64
2025-10-107235.49
2025-10-177250.08
2025-10-247245.37
2025-10-317243.74
2025-11-077277.86
2025-11-147277.30
2025-11-217243.34
2025-11-287236.31
2025-12-057216.25
2025-12-137240.06
2025-12-207148.74
2025-12-277142.75
2026-01-037302.17
2026-01-107327.19
2026-01-177342.00
2026-01-247251.36
2026-01-317367.51
2026-02-077274.64
2026-02-147340.35
2026-02-217359.93
2026-02-287339.71
2026-03-077240.17
2026-03-147295.79
2026-03-217300.97
2026-03-287073.72
2026-04-047291.76
2026-04-117169.28
2026-04-187218.12
2026-04-257184.21
2026-05-027182.43
2026-05-097221.81
2026-05-177279.27
2026-05-257294.21
2026-06-017404.97
2026-06-107346.29
2026-06-177300.37
2026-06-247343.92
2026-07-017331.92
2026-07-087349.53
2026-07-157330.00
2026-07-227349.89
2026-07-297328.34
2026-08-057330.45
2026-08-127321.97
2026-08-207284.28
2026-08-277300.38
2026-09-037312.12
2026-09-107309.35
2026-09-177300.05
2026-09-247335.77

High

7404.97

Low

7073.72

Average

7279.29

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.