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: show the values
| Point | TND/IRR |
|---|---|
| 2025-12-31 | 14569.98 |
| 2026-01-07 | 14549.93 |
| 2026-01-14 | 358463.64 |
| 2026-01-21 | 371812.29 |
| 2026-01-28 | 382229.14 |
| 2026-02-04 | 403812.91 |
| 2026-02-11 | 440250.38 |
| 2026-02-18 | 449766.35 |
| 2026-02-25 | 452044.98 |
| 2026-03-04 | 451833.10 |
| 2026-03-11 | 452946.01 |
| 2026-03-18 | 448244.50 |
| 2026-03-25 | 451591.57 |
| 2026-04-01 | 448939.78 |
| 2026-04-08 | 452797.11 |
| 2026-04-15 | 453032.21 |
| 2026-04-22 | 460841.05 |
| 2026-04-29 | 456350.21 |
| 2026-05-06 | 455442.39 |
| 2026-05-14 | 454531.72 |
| 2026-05-21 | 454390.83 |
| 2026-05-29 | 463202.16 |
| 2026-06-05 | 472614.54 |
| 2026-06-14 | 470938.82 |
| 2026-06-21 | 466477.84 |
| 2026-06-28 | 464687.37 |
| 2026-07-05 | 466792.03 |
| 2026-07-12 | 465410.87 |
| 2026-07-19 | 466116.98 |
| 2026-07-26 | 463666.92 |
| 2026-08-02 | 468992.00 |
| 2026-08-09 | 470887.45 |
| 2026-08-16 | 471552.50 |
| 2026-08-24 | 475769.76 |
| 2026-08-31 | 476998.81 |
| 2026-09-07 | 471204.12 |
| 2026-09-14 | 474564.25 |
| 2026-09-21 | 466724.92 |
High
476998.81
Low
14549.93
Average
430010.70
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.