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: show the values
| Point | TND/IRR |
|---|---|
| 2026-03-29 | 449199.93 |
| 2026-04-05 | 448647.26 |
| 2026-04-12 | 451084.07 |
| 2026-04-19 | 454558.80 |
| 2026-04-26 | 451749.26 |
| 2026-05-03 | 455972.93 |
| 2026-05-10 | 452730.45 |
| 2026-05-18 | 449783.12 |
| 2026-05-26 | 456520.61 |
| 2026-06-02 | 464679.16 |
| 2026-06-11 | 470030.84 |
| 2026-06-18 | 469115.38 |
| 2026-06-25 | 464629.55 |
| 2026-07-02 | 468226.21 |
| 2026-07-09 | 466881.27 |
| 2026-07-16 | 467117.68 |
| 2026-07-23 | 466940.18 |
| 2026-07-30 | 466850.64 |
| 2026-08-06 | 471227.81 |
| 2026-08-13 | 468440.24 |
| 2026-08-21 | 474173.44 |
| 2026-08-28 | 473207.83 |
| 2026-09-04 | 473041.73 |
| 2026-09-11 | 472864.14 |
| 2026-09-18 | 471965.30 |
High
474173.44
Low
448647.26
Average
463269.75
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.