Skip to content

TND to IRR exchange rate API

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

465375.69

▼ +1.85% over 30D

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 30 days, TND/IRR traded between 465375.69 and 476998.81, averaged 471293.17 and fell 1.85%. 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 30D

TND/IRR over 30D: show the values
PointTND/IRR
2026-08-26474133.14
2026-08-27473675.76
2026-08-28473207.83
2026-08-29470734.63
2026-08-30471398.45
2026-08-31476998.81
2026-09-01472214.68
2026-09-02471015.55
2026-09-03472030.94
2026-09-04473041.73
2026-09-05473087.82
2026-09-06472004.81
2026-09-07471204.12
2026-09-08473809.90
2026-09-09474174.37
2026-09-10473830.33
2026-09-11472864.14
2026-09-12474660.90
2026-09-13474999.57
2026-09-14474564.25
2026-09-15468953.71
2026-09-16471435.08
2026-09-17468787.27
2026-09-18471965.30
2026-09-19467538.05
2026-09-20467155.88
2026-09-21466724.92
2026-09-22466928.09
2026-09-23466196.77
2026-09-24465375.69

High

476998.81

Low

465375.69

Average

471293.17

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.