Skip to content

TND to RON exchange rate API

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

1.5691

▲ +3.82% over 6M

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 6 months, TND/RON traded between 1.4883 and 1.5773, averaged 1.5436 and rose 3.82%. 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 6M

TND/RON over 6M: show the values
PointTND/RON
2026-03-291.5114
2026-04-051.5083
2026-04-121.4883
2026-04-191.4895
2026-04-261.4889
2026-05-031.5401
2026-05-101.5280
2026-05-181.5250
2026-05-261.5546
2026-06-021.5515
2026-06-111.5524
2026-06-181.5598
2026-06-251.5587
2026-07-021.5619
2026-07-091.5547
2026-07-161.5531
2026-07-231.5607
2026-07-301.5514
2026-08-061.5602
2026-08-131.5489
2026-08-211.5500
2026-08-281.5553
2026-09-041.5553
2026-09-111.5592
2026-09-181.5773
2026-09-251.5645

High

1.5773

Low

1.4883

Average

1.5436

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.