Skip to content

TND to IRR exchange rate API

Tunisian Dinar to Iranian Rial · quoted 2026-09-25

465375.69

▲ +3.60% over 6M

1 TND = 465375.69 IRR · 1 IRR = 0.000002 TND · Get this rate via the API

1 TND buys 465375.69 IRR as of 2026-09-25, so 1 IRR buys 0.000002 TND. Over the last 6 months, TND/IRR traded between 448647.26 and 474173.44, averaged 463269.75 and rose 3.60%. The API holds daily TND/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/IRR over 6M

TND/IRR over 6M: show the values
PointTND/IRR
2026-03-29449199.93
2026-04-05448647.26
2026-04-12451084.07
2026-04-19454558.80
2026-04-26451749.26
2026-05-03455972.93
2026-05-10452730.45
2026-05-18449783.12
2026-05-26456520.61
2026-06-02464679.16
2026-06-11470030.84
2026-06-18469115.38
2026-06-25464629.55
2026-07-02468226.21
2026-07-09466881.27
2026-07-16467117.68
2026-07-23466940.18
2026-07-30466850.64
2026-08-06471227.81
2026-08-13468440.24
2026-08-21474173.44
2026-08-28473207.83
2026-09-04473041.73
2026-09-11472864.14
2026-09-18471965.30

High

474173.44

Low

448647.26

Average

463269.75

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/IRR API questions

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

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

How far back does TND/IRR historical data go?

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