TND to TRY exchange rate API
Tunisian Dinar to Turkish Lira · quoted 2026-09-27
16.5557
▲ +9.11% over 6M
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 6 months, TND/TRY traded between 15.1729 and 16.7797, averaged 15.9962 and rose 9.11%. 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 6M: show the values
| Point | TND/TRY |
|---|---|
| 2026-03-31 | 15.1729 |
| 2026-04-07 | 15.2234 |
| 2026-04-14 | 15.5077 |
| 2026-04-21 | 15.5479 |
| 2026-04-28 | 15.4494 |
| 2026-05-05 | 15.6713 |
| 2026-05-12 | 15.8093 |
| 2026-05-20 | 15.6564 |
| 2026-05-28 | 15.8049 |
| 2026-06-04 | 15.7964 |
| 2026-06-13 | 15.8432 |
| 2026-06-20 | 15.8065 |
| 2026-06-27 | 15.7456 |
| 2026-07-04 | 15.9157 |
| 2026-07-11 | 15.9056 |
| 2026-07-18 | 15.9803 |
| 2026-07-25 | 15.9909 |
| 2026-08-01 | 16.1378 |
| 2026-08-08 | 16.3261 |
| 2026-08-15 | 16.3948 |
| 2026-08-23 | 16.5721 |
| 2026-08-30 | 16.5446 |
| 2026-09-06 | 16.6281 |
| 2026-09-13 | 16.7797 |
| 2026-09-20 | 16.5755 |
| 2026-09-27 | 16.5557 |
High
16.7797
Low
15.1729
Average
15.9962
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.