TND to TRY exchange rate API
Tunisian Dinar to Turkish Lira · quoted 2026-09-27
16.5557
▲ +16.66% over 1Y
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 last year, TND/TRY traded between 14.1917 and 16.7502, averaged 15.3702 and rose 16.66%. 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 1Y: show the values
| Point | TND/TRY |
|---|---|
| 2025-09-27 | 14.1917 |
| 2025-10-04 | 14.3717 |
| 2025-10-11 | 14.2334 |
| 2025-10-18 | 14.3217 |
| 2025-10-25 | 14.2909 |
| 2025-11-01 | 14.3108 |
| 2025-11-08 | 14.2853 |
| 2025-11-15 | 14.3269 |
| 2025-11-22 | 14.3700 |
| 2025-11-29 | 14.4177 |
| 2025-12-06 | 14.5159 |
| 2025-12-14 | 14.6511 |
| 2025-12-21 | 14.6595 |
| 2025-12-28 | 14.8566 |
| 2026-01-04 | 14.8879 |
| 2026-01-11 | 14.8055 |
| 2026-01-18 | 14.9273 |
| 2026-01-25 | 15.0890 |
| 2026-02-01 | 15.2628 |
| 2026-02-08 | 15.2983 |
| 2026-02-15 | 15.2093 |
| 2026-02-22 | 15.2387 |
| 2026-03-01 | 15.3852 |
| 2026-03-08 | 15.1512 |
| 2026-03-15 | 15.0065 |
| 2026-03-22 | 15.2006 |
| 2026-03-29 | 15.1763 |
| 2026-04-05 | 15.2051 |
| 2026-04-12 | 15.3123 |
| 2026-04-19 | 15.4285 |
| 2026-04-26 | 15.4415 |
| 2026-05-03 | 15.6713 |
| 2026-05-10 | 15.6542 |
| 2026-05-18 | 15.5429 |
| 2026-05-26 | 15.8495 |
| 2026-06-02 | 15.7950 |
| 2026-06-11 | 15.7775 |
| 2026-06-18 | 15.8479 |
| 2026-06-25 | 15.7180 |
| 2026-07-02 | 15.8893 |
| 2026-07-09 | 15.8966 |
| 2026-07-16 | 15.9898 |
| 2026-07-23 | 16.0424 |
| 2026-07-30 | 16.0989 |
| 2026-08-06 | 16.3120 |
| 2026-08-13 | 16.2749 |
| 2026-08-21 | 16.5821 |
| 2026-08-28 | 16.6143 |
| 2026-09-04 | 16.6691 |
| 2026-09-11 | 16.7156 |
| 2026-09-18 | 16.7502 |
| 2026-09-25 | 16.5442 |
High
16.7502
Low
14.1917
Average
15.3702
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.