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: show the values
| Point | TND/STD |
|---|---|
| 2026-03-30 | 7327.35 |
| 2026-04-06 | 7321.46 |
| 2026-04-13 | 7093.95 |
| 2026-04-20 | 7107.94 |
| 2026-04-27 | 7099.70 |
| 2026-05-04 | 7182.43 |
| 2026-05-11 | 7144.95 |
| 2026-05-19 | 7325.05 |
| 2026-05-27 | 7294.90 |
| 2026-06-03 | 7327.44 |
| 2026-06-12 | 7299.48 |
| 2026-06-19 | 7298.57 |
| 2026-06-26 | 7339.85 |
| 2026-07-03 | 7366.96 |
| 2026-07-10 | 7319.52 |
| 2026-07-17 | 7320.51 |
| 2026-07-24 | 7346.57 |
| 2026-07-31 | 7292.66 |
| 2026-08-07 | 7309.30 |
| 2026-08-14 | 7282.59 |
| 2026-08-22 | 7366.41 |
| 2026-08-29 | 7291.97 |
| 2026-09-05 | 7237.65 |
| 2026-09-12 | 7314.99 |
| 2026-09-19 | 7266.59 |
High
7366.96
Low
7093.95
Average
7277.15
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.