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: show the values
| Point | TND/IRR |
|---|---|
| 2026-08-26 | 474133.14 |
| 2026-08-27 | 473675.76 |
| 2026-08-28 | 473207.83 |
| 2026-08-29 | 470734.63 |
| 2026-08-30 | 471398.45 |
| 2026-08-31 | 476998.81 |
| 2026-09-01 | 472214.68 |
| 2026-09-02 | 471015.55 |
| 2026-09-03 | 472030.94 |
| 2026-09-04 | 473041.73 |
| 2026-09-05 | 473087.82 |
| 2026-09-06 | 472004.81 |
| 2026-09-07 | 471204.12 |
| 2026-09-08 | 473809.90 |
| 2026-09-09 | 474174.37 |
| 2026-09-10 | 473830.33 |
| 2026-09-11 | 472864.14 |
| 2026-09-12 | 474660.90 |
| 2026-09-13 | 474999.57 |
| 2026-09-14 | 474564.25 |
| 2026-09-15 | 468953.71 |
| 2026-09-16 | 471435.08 |
| 2026-09-17 | 468787.27 |
| 2026-09-18 | 471965.30 |
| 2026-09-19 | 467538.05 |
| 2026-09-20 | 467155.88 |
| 2026-09-21 | 466724.92 |
| 2026-09-22 | 466928.09 |
| 2026-09-23 | 466196.77 |
| 2026-09-24 | 465375.69 |
High
476998.81
Low
465375.69
Average
471293.17
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.