Skip to content

TND to IRR exchange rate API

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

465375.69

▲ +3094.07% over YTD

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 year to date, TND/IRR traded between 14549.93 and 476998.81, averaged 430010.70 and rose 3094.07%. 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 YTD

TND/IRR over YTD: show the values
PointTND/IRR
2025-12-3114569.98
2026-01-0714549.93
2026-01-14358463.64
2026-01-21371812.29
2026-01-28382229.14
2026-02-04403812.91
2026-02-11440250.38
2026-02-18449766.35
2026-02-25452044.98
2026-03-04451833.10
2026-03-11452946.01
2026-03-18448244.50
2026-03-25451591.57
2026-04-01448939.78
2026-04-08452797.11
2026-04-15453032.21
2026-04-22460841.05
2026-04-29456350.21
2026-05-06455442.39
2026-05-14454531.72
2026-05-21454390.83
2026-05-29463202.16
2026-06-05472614.54
2026-06-14470938.82
2026-06-21466477.84
2026-06-28464687.37
2026-07-05466792.03
2026-07-12465410.87
2026-07-19466116.98
2026-07-26463666.92
2026-08-02468992.00
2026-08-09470887.45
2026-08-16471552.50
2026-08-24475769.76
2026-08-31476998.81
2026-09-07471204.12
2026-09-14474564.25
2026-09-21466724.92

High

476998.81

Low

14549.93

Average

430010.70

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.