TND to TRY exchange rate API
Tunisian Dinar to Turkish Lira · quoted 2026-09-27
16.5557
▲ +11.28% over YTD
1 TND = 16.5557 TRY · 1 TRY = 0.06040 TND · Get this rate via the API
1 TND buys 16.5557 TRY as of 2026-09-27, so 1 TRY buys 0.06040 TND. Over the year to date, TND/TRY traded between 14.8772 and 16.7831, averaged 15.7129 and rose 11.28%. The API holds daily TND/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/TRY over YTD: show the values
| Point | TND/TRY |
|---|---|
| 2025-12-31 | 14.8772 |
| 2026-01-07 | 14.9004 |
| 2026-01-14 | 14.9025 |
| 2026-01-21 | 15.0323 |
| 2026-01-28 | 15.3557 |
| 2026-02-04 | 15.2395 |
| 2026-02-11 | 15.3600 |
| 2026-02-18 | 15.3597 |
| 2026-02-25 | 15.3043 |
| 2026-03-04 | 15.1619 |
| 2026-03-11 | 15.1200 |
| 2026-03-18 | 15.0773 |
| 2026-03-25 | 15.2606 |
| 2026-04-01 | 15.1976 |
| 2026-04-08 | 15.3013 |
| 2026-04-15 | 15.3903 |
| 2026-04-22 | 15.6723 |
| 2026-04-29 | 15.6288 |
| 2026-05-06 | 15.6514 |
| 2026-05-14 | 15.7221 |
| 2026-05-21 | 15.6941 |
| 2026-05-29 | 15.8336 |
| 2026-06-05 | 15.8390 |
| 2026-06-14 | 15.8323 |
| 2026-06-21 | 15.7689 |
| 2026-06-28 | 15.7458 |
| 2026-07-05 | 15.8834 |
| 2026-07-12 | 15.8653 |
| 2026-07-19 | 15.9858 |
| 2026-07-26 | 15.9626 |
| 2026-08-02 | 16.2114 |
| 2026-08-09 | 16.3381 |
| 2026-08-16 | 16.4341 |
| 2026-08-24 | 16.6336 |
| 2026-08-31 | 16.7465 |
| 2026-09-07 | 16.6041 |
| 2026-09-14 | 16.7831 |
| 2026-09-21 | 16.5702 |
High
16.7831
Low
14.8772
Average
15.7129
Get this rate via the API
One GET request returns the TND/TRY 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=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/TRY API questions
How do I get the TND/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/TRY rate in rates.TRY.
How far back does TND/TRY historical data go?
Daily TND/TRY 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/TRY 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.