Skip to content

TND to IRR exchange rate API

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

465375.69

▲ +3117.33% over 1Y

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 year, TND/IRR traded between 14223.74 and 474174.37, averaged 320800.89 and rose 3117.33%. 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 1Y

TND/IRR over 1Y: show the values
PointTND/IRR
2025-09-2514464.65
2025-10-0214484.93
2025-10-0914369.57
2025-10-1614383.48
2025-10-2314312.24
2025-10-3014363.85
2025-11-0614223.74
2025-11-1314281.40
2025-11-2014229.27
2025-11-2714307.45
2025-12-0414381.72
2025-12-1214409.44
2025-12-1914438.98
2025-12-2614490.60
2026-01-0214555.96
2026-01-0914521.02
2026-01-16367593.86
2026-01-23374169.77
2026-01-30387679.34
2026-02-06412930.76
2026-02-13447947.45
2026-02-20447356.87
2026-02-27457971.59
2026-03-06454331.42
2026-03-13449345.85
2026-03-20450992.06
2026-03-27448751.55
2026-04-03448786.23
2026-04-10456350.30
2026-04-17457807.02
2026-04-24457259.83
2026-05-01456278.50
2026-05-08451143.02
2026-05-16453857.87
2026-05-24453949.97
2026-05-31465160.56
2026-06-09470407.45
2026-06-16471509.11
2026-06-23467450.71
2026-06-30466729.29
2026-07-07466798.86
2026-07-14465671.81
2026-07-21466796.59
2026-07-28463611.48
2026-08-04470008.83
2026-08-11469903.49
2026-08-18471346.92
2026-08-26474133.14
2026-09-02471015.55
2026-09-09474174.37
2026-09-16471435.08
2026-09-23466196.77

High

474174.37

Low

14223.74

Average

320800.89

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.