TND to IRR exchange rate API
Tunisian Dinar to Iranian Rial · quoted 2026-09-25
465375.69
▲ +3117.33% over 1Y
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 year, TND/IRR traded between 14223.74 and 474174.37, averaged 320800.89 and rose 3117.33%. 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 1Y: show the values
| Point | TND/IRR |
|---|---|
| 2025-09-25 | 14464.65 |
| 2025-10-02 | 14484.93 |
| 2025-10-09 | 14369.57 |
| 2025-10-16 | 14383.48 |
| 2025-10-23 | 14312.24 |
| 2025-10-30 | 14363.85 |
| 2025-11-06 | 14223.74 |
| 2025-11-13 | 14281.40 |
| 2025-11-20 | 14229.27 |
| 2025-11-27 | 14307.45 |
| 2025-12-04 | 14381.72 |
| 2025-12-12 | 14409.44 |
| 2025-12-19 | 14438.98 |
| 2025-12-26 | 14490.60 |
| 2026-01-02 | 14555.96 |
| 2026-01-09 | 14521.02 |
| 2026-01-16 | 367593.86 |
| 2026-01-23 | 374169.77 |
| 2026-01-30 | 387679.34 |
| 2026-02-06 | 412930.76 |
| 2026-02-13 | 447947.45 |
| 2026-02-20 | 447356.87 |
| 2026-02-27 | 457971.59 |
| 2026-03-06 | 454331.42 |
| 2026-03-13 | 449345.85 |
| 2026-03-20 | 450992.06 |
| 2026-03-27 | 448751.55 |
| 2026-04-03 | 448786.23 |
| 2026-04-10 | 456350.30 |
| 2026-04-17 | 457807.02 |
| 2026-04-24 | 457259.83 |
| 2026-05-01 | 456278.50 |
| 2026-05-08 | 451143.02 |
| 2026-05-16 | 453857.87 |
| 2026-05-24 | 453949.97 |
| 2026-05-31 | 465160.56 |
| 2026-06-09 | 470407.45 |
| 2026-06-16 | 471509.11 |
| 2026-06-23 | 467450.71 |
| 2026-06-30 | 466729.29 |
| 2026-07-07 | 466798.86 |
| 2026-07-14 | 465671.81 |
| 2026-07-21 | 466796.59 |
| 2026-07-28 | 463611.48 |
| 2026-08-04 | 470008.83 |
| 2026-08-11 | 469903.49 |
| 2026-08-18 | 471346.92 |
| 2026-08-26 | 474133.14 |
| 2026-09-02 | 471015.55 |
| 2026-09-09 | 474174.37 |
| 2026-09-16 | 471435.08 |
| 2026-09-23 | 466196.77 |
High
474174.37
Low
14223.74
Average
320800.89
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.