Skip to content

TND to RON exchange rate API

Tunisian Dinar to New Romanian Leu · quoted 2026-09-25

1.5691

▲ +1.01% over 30D

1 TND = 1.5691 RON · 1 RON = 0.63730 TND · Get this rate via the API

1 TND buys 1.5691 RON as of 2026-09-25, so 1 RON buys 0.63730 TND. Over the last 30 days, TND/RON traded between 1.5492 and 1.5773, averaged 1.5601 and rose 1.01%. The API holds daily TND/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/RON over 30D

TND/RON over 30D: show the values
PointTND/RON
2026-08-261.5535
2026-08-271.5557
2026-08-281.5553
2026-08-291.5527
2026-08-301.5561
2026-08-311.5737
2026-09-011.5578
2026-09-021.5550
2026-09-031.5532
2026-09-041.5553
2026-09-051.5555
2026-09-061.5522
2026-09-071.5492
2026-09-081.5582
2026-09-091.5556
2026-09-101.5588
2026-09-111.5592
2026-09-121.5634
2026-09-131.5645
2026-09-141.5709
2026-09-151.5558
2026-09-161.5645
2026-09-171.5636
2026-09-181.5773
2026-09-191.5585
2026-09-201.5575
2026-09-211.5559
2026-09-221.5600
2026-09-231.5679
2026-09-241.5713
2026-09-251.5645

High

1.5773

Low

1.5492

Average

1.5601

For developers

Get this rate via the API

One GET request returns the TND/RON 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=RON"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=RON");
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=RON").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/RON API questions

How do I get the TND/RON exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/RON rate in rates.RON.

How far back does TND/RON historical data go?

Daily TND/RON 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/RON 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.