TND to STD exchange rate API
Tunisian Dinar to Dobra · quoted 2026-09-26
7327.09
▲ +1.42% over 5Y
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 5 years, TND/STD traded between 7173.09 and 7451.67, averaged 7311.62 and rose 1.42%. 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 5Y: show the values
| Point | TND/STD |
|---|---|
| 2024-08-24 | 7224.53 |
| 2024-10-07 | 7288.62 |
| 2024-11-06 | 7344.81 |
| 2024-12-06 | 7451.67 |
| 2025-01-05 | 7438.47 |
| 2025-02-04 | 7443.98 |
| 2025-03-06 | 7428.51 |
| 2025-04-06 | 7263.23 |
| 2025-05-06 | 7288.90 |
| 2025-06-07 | 7365.54 |
| 2025-07-07 | 7249.83 |
| 2025-08-06 | 7362.28 |
| 2025-09-05 | 7270.72 |
| 2025-10-06 | 7248.86 |
| 2025-11-05 | 7285.71 |
| 2025-12-05 | 7216.25 |
| 2026-01-05 | 7266.70 |
| 2026-02-04 | 7327.33 |
| 2026-03-06 | 7314.63 |
| 2026-04-05 | 7284.37 |
| 2026-05-05 | 7173.09 |
| 2026-06-06 | 7286.09 |
| 2026-07-08 | 7349.53 |
| 2026-08-07 | 7309.30 |
| 2026-09-07 | 7292.05 |
High
7451.67
Low
7173.09
Average
7311.62
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.