Skip to content

TND to IRR exchange rate API

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

465375.69

▲ +3269.38% over 5Y

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 5 years, TND/IRR traded between 13059.34 and 471204.12, averaged 167002.32 and rose 3269.38%. 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 5Y

TND/IRR over 5Y: show the values
PointTND/IRR
2024-08-2413811.92
2024-10-0713827.57
2024-11-0613573.21
2024-12-0613372.30
2025-01-0513099.30
2025-02-0413059.34
2025-03-0613571.51
2025-04-0613742.02
2025-05-0614035.53
2025-06-0714267.87
2025-07-0714557.01
2025-08-0614545.07
2025-09-0514441.09
2025-10-0614477.97
2025-11-0514272.66
2025-12-0514328.01
2026-01-0514471.66
2026-02-04403812.91
2026-03-06454331.42
2026-04-05448647.26
2026-05-05455726.30
2026-06-06469497.11
2026-07-08465902.55
2026-08-07470108.90
2026-09-07471204.12

High

471204.12

Low

13059.34

Average

167002.32

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.