Skip to content

INR to ARS exchange rate API

Indian Rupee to Argentine Peso · quoted 2026-09-25

15.8124

▼ +2.10% over YTD

1 INR = 15.8124 ARS · 1 ARS = 0.06324 INR · Get this rate via the API

1 INR buys 15.8124 ARS as of 2026-09-25, so 1 ARS buys 0.06324 INR. Over the year to date, INR/ARS traded between 14.5227 and 16.3295, averaged 15.3800 and fell 2.10%. The API holds daily INR/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/ARS over YTD

INR/ARS over YTD: show the values
PointINR/ARS
2025-12-3116.1513
2026-01-0716.3295
2026-01-1416.1474
2026-01-2115.6507
2026-01-2815.6896
2026-02-0415.9822
2026-02-1115.4314
2026-02-1815.3692
2026-02-2515.1690
2026-03-0415.3650
2026-03-1115.2001
2026-03-1815.0293
2026-03-2514.8744
2026-04-0114.7977
2026-04-0815.1040
2026-04-1514.6194
2026-04-2214.6560
2026-04-2914.8095
2026-05-0614.7204
2026-05-1414.5365
2026-05-2114.5227
2026-05-2914.8361
2026-06-0515.1343
2026-06-1414.9847
2026-06-2115.4753
2026-06-2815.6014
2026-07-0515.5916
2026-07-1215.5595
2026-07-1915.3169
2026-07-2615.4761
2026-08-0215.5436
2026-08-0915.7110
2026-08-1615.5507
2026-08-2415.6696
2026-08-3115.8457
2026-09-0715.9707
2026-09-1415.8337
2026-09-2115.7523

High

16.3295

Low

14.5227

Average

15.3800

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/ARS API questions

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

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

How far back does INR/ARS historical data go?

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