Skip to content

INR to ARS exchange rate API

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

15.8124

▲ +4.86% over 1Y

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 last year, INR/ARS traded between 14.4279 and 16.9492, averaged 15.5429 and rose 4.86%. 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 1Y

INR/ARS over 1Y: show the values
PointINR/ARS
2025-09-2515.0794
2025-10-0216.0448
2025-10-0916.1017
2025-10-1615.4847
2025-10-2316.9492
2025-10-3016.2132
2025-11-0616.3766
2025-11-1315.8783
2025-11-2015.8508
2025-11-2716.2496
2025-12-0416.1683
2025-12-1215.8693
2025-12-1916.1662
2025-12-2616.0776
2026-01-0216.0790
2026-01-0916.2126
2026-01-1615.8953
2026-01-2315.5570
2026-01-3015.7068
2026-02-0615.9069
2026-02-1315.4708
2026-02-2015.2887
2026-02-2715.4573
2026-03-0615.3240
2026-03-1315.1041
2026-03-2014.9000
2026-03-2714.4279
2026-04-0314.9859
2026-04-1014.8785
2026-04-1714.6115
2026-04-2414.7772
2026-05-0114.6235
2026-05-0814.7690
2026-05-1614.5288
2026-05-2414.6108
2026-05-3114.8250
2026-06-0915.1683
2026-06-1615.1105
2026-06-2315.4262
2026-06-3015.6494
2026-07-0715.6438
2026-07-1415.4124
2026-07-2115.3946
2026-07-2815.6174
2026-08-0415.6605
2026-08-1115.7002
2026-08-1815.5492
2026-08-2615.8403
2026-09-0215.9277
2026-09-0915.8919
2026-09-1615.7023
2026-09-2315.8159

High

16.9492

Low

14.4279

Average

15.5429

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.