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: show the values
| Point | TND/STD |
|---|---|
| 2025-09-26 | 7248.99 |
| 2025-10-03 | 7232.64 |
| 2025-10-10 | 7235.49 |
| 2025-10-17 | 7250.08 |
| 2025-10-24 | 7245.37 |
| 2025-10-31 | 7243.74 |
| 2025-11-07 | 7277.86 |
| 2025-11-14 | 7277.30 |
| 2025-11-21 | 7243.34 |
| 2025-11-28 | 7236.31 |
| 2025-12-05 | 7216.25 |
| 2025-12-13 | 7240.06 |
| 2025-12-20 | 7148.74 |
| 2025-12-27 | 7142.75 |
| 2026-01-03 | 7302.17 |
| 2026-01-10 | 7327.19 |
| 2026-01-17 | 7342.00 |
| 2026-01-24 | 7251.36 |
| 2026-01-31 | 7367.51 |
| 2026-02-07 | 7274.64 |
| 2026-02-14 | 7340.35 |
| 2026-02-21 | 7359.93 |
| 2026-02-28 | 7339.71 |
| 2026-03-07 | 7240.17 |
| 2026-03-14 | 7295.79 |
| 2026-03-21 | 7300.97 |
| 2026-03-28 | 7073.72 |
| 2026-04-04 | 7291.76 |
| 2026-04-11 | 7169.28 |
| 2026-04-18 | 7218.12 |
| 2026-04-25 | 7184.21 |
| 2026-05-02 | 7182.43 |
| 2026-05-09 | 7221.81 |
| 2026-05-17 | 7279.27 |
| 2026-05-25 | 7294.21 |
| 2026-06-01 | 7404.97 |
| 2026-06-10 | 7346.29 |
| 2026-06-17 | 7300.37 |
| 2026-06-24 | 7343.92 |
| 2026-07-01 | 7331.92 |
| 2026-07-08 | 7349.53 |
| 2026-07-15 | 7330.00 |
| 2026-07-22 | 7349.89 |
| 2026-07-29 | 7328.34 |
| 2026-08-05 | 7330.45 |
| 2026-08-12 | 7321.97 |
| 2026-08-20 | 7284.28 |
| 2026-08-27 | 7300.38 |
| 2026-09-03 | 7312.12 |
| 2026-09-10 | 7309.35 |
| 2026-09-17 | 7300.05 |
| 2026-09-24 | 7335.77 |
High
7404.97
Low
7073.72
Average
7279.29
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.