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: show the values
| Point | TND/STD |
|---|---|
| 2026-08-27 | 7300.38 |
| 2026-08-28 | 7332.57 |
| 2026-08-29 | 7291.97 |
| 2026-08-30 | 7304.94 |
| 2026-08-31 | 7424.65 |
| 2026-09-01 | 7299.70 |
| 2026-09-02 | 7295.35 |
| 2026-09-03 | 7312.12 |
| 2026-09-04 | 7308.65 |
| 2026-09-05 | 7237.65 |
| 2026-09-06 | 7298.35 |
| 2026-09-07 | 7292.05 |
| 2026-09-08 | 7321.16 |
| 2026-09-09 | 7357.22 |
| 2026-09-10 | 7309.35 |
| 2026-09-11 | 7304.69 |
| 2026-09-12 | 7314.99 |
| 2026-09-13 | 7289.89 |
| 2026-09-14 | 7354.56 |
| 2026-09-15 | 7278.18 |
| 2026-09-16 | 7331.12 |
| 2026-09-17 | 7300.05 |
| 2026-09-18 | 7106.60 |
| 2026-09-19 | 7266.59 |
| 2026-09-20 | 7267.13 |
| 2026-09-21 | 7298.28 |
| 2026-09-22 | 7305.75 |
| 2026-09-23 | 7305.34 |
| 2026-09-24 | 7335.77 |
| 2026-09-25 | 7327.09 |
High
7424.65
Low
7106.60
Average
7303.20
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.