Skip to content

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

TND/TRY over 6M: show the values
PointTND/TRY
2026-03-3115.1729
2026-04-0715.2234
2026-04-1415.5077
2026-04-2115.5479
2026-04-2815.4494
2026-05-0515.6713
2026-05-1215.8093
2026-05-2015.6564
2026-05-2815.8049
2026-06-0415.7964
2026-06-1315.8432
2026-06-2015.8065
2026-06-2715.7456
2026-07-0415.9157
2026-07-1115.9056
2026-07-1815.9803
2026-07-2515.9909
2026-08-0116.1378
2026-08-0816.3261
2026-08-1516.3948
2026-08-2316.5721
2026-08-3016.5446
2026-09-0616.6281
2026-09-1316.7797
2026-09-2016.5755
2026-09-2716.5557

High

16.7797

Low

15.1729

Average

15.9962

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.