Skip to content

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

TND/TRY over YTD: show the values
PointTND/TRY
2025-12-3114.8772
2026-01-0714.9004
2026-01-1414.9025
2026-01-2115.0323
2026-01-2815.3557
2026-02-0415.2395
2026-02-1115.3600
2026-02-1815.3597
2026-02-2515.3043
2026-03-0415.1619
2026-03-1115.1200
2026-03-1815.0773
2026-03-2515.2606
2026-04-0115.1976
2026-04-0815.3013
2026-04-1515.3903
2026-04-2215.6723
2026-04-2915.6288
2026-05-0615.6514
2026-05-1415.7221
2026-05-2115.6941
2026-05-2915.8336
2026-06-0515.8390
2026-06-1415.8323
2026-06-2115.7689
2026-06-2815.7458
2026-07-0515.8834
2026-07-1215.8653
2026-07-1915.9858
2026-07-2615.9626
2026-08-0216.2114
2026-08-0916.3381
2026-08-1616.4341
2026-08-2416.6336
2026-08-3116.7465
2026-09-0716.6041
2026-09-1416.7831
2026-09-2116.5702

High

16.7831

Low

14.8772

Average

15.7129

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.