Skip to content

INR to IRR exchange rate API

Indian Rupee to Iranian Rial · quoted 2026-09-25

14303.25

▲ +2954.89% over YTD

1 INR = 14303.25 IRR · 1 IRR = 0.000070 INR · Get this rate via the API

1 INR buys 14303.25 IRR as of 2026-09-25, so 1 IRR buys 0.000070 INR. Over the year to date, INR/IRR traded between 467.7706 and 14545.60, averaged 13285.18 and rose 2954.89%. The API holds daily INR/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/IRR over YTD

INR/IRR over YTD: show the values
PointINR/IRR
2025-12-31468.21
2026-01-07467.77
2026-01-1411501.82
2026-01-2111686.30
2026-01-2811753.54
2026-02-0412751.43
2026-02-1113747.70
2026-02-1814128.11
2026-02-2514248.11
2026-03-0414231.13
2026-03-1114346.94
2026-03-1814152.20
2026-03-2513972.24
2026-04-0114059.45
2026-04-0814273.53
2026-04-1514085.60
2026-04-2214082.52
2026-04-2913874.53
2026-05-0613908.96
2026-05-1413715.83
2026-05-2113726.96
2026-05-2914129.96
2026-06-0514482.45
2026-06-1414428.29
2026-06-2114530.18
2026-06-2814528.52
2026-07-0514416.82
2026-07-1214382.80
2026-07-1914251.50
2026-07-2614222.92
2026-08-0214389.06
2026-08-0914417.89
2026-08-1614370.66
2026-08-2414362.52
2026-08-3114444.19
2026-09-0714545.60
2026-09-1414388.17
2026-09-2114344.52

High

14545.60

Low

467.7706

Average

13285.18

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/IRR API questions

How do I get the INR/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/IRR rate in rates.IRR.

How far back does INR/IRR historical data go?

Daily INR/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 INR/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.