Skip to content

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

TND/TRY over 1Y: show the values
PointTND/TRY
2025-09-2714.1917
2025-10-0414.3717
2025-10-1114.2334
2025-10-1814.3217
2025-10-2514.2909
2025-11-0114.3108
2025-11-0814.2853
2025-11-1514.3269
2025-11-2214.3700
2025-11-2914.4177
2025-12-0614.5159
2025-12-1414.6511
2025-12-2114.6595
2025-12-2814.8566
2026-01-0414.8879
2026-01-1114.8055
2026-01-1814.9273
2026-01-2515.0890
2026-02-0115.2628
2026-02-0815.2983
2026-02-1515.2093
2026-02-2215.2387
2026-03-0115.3852
2026-03-0815.1512
2026-03-1515.0065
2026-03-2215.2006
2026-03-2915.1763
2026-04-0515.2051
2026-04-1215.3123
2026-04-1915.4285
2026-04-2615.4415
2026-05-0315.6713
2026-05-1015.6542
2026-05-1815.5429
2026-05-2615.8495
2026-06-0215.7950
2026-06-1115.7775
2026-06-1815.8479
2026-06-2515.7180
2026-07-0215.8893
2026-07-0915.8966
2026-07-1615.9898
2026-07-2316.0424
2026-07-3016.0989
2026-08-0616.3120
2026-08-1316.2749
2026-08-2116.5821
2026-08-2816.6143
2026-09-0416.6691
2026-09-1116.7156
2026-09-1816.7502
2026-09-2516.5442

High

16.7502

Low

14.1917

Average

15.3702

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.