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: show the values
| Point | INR/ARS |
|---|---|
| 2025-09-25 | 15.0794 |
| 2025-10-02 | 16.0448 |
| 2025-10-09 | 16.1017 |
| 2025-10-16 | 15.4847 |
| 2025-10-23 | 16.9492 |
| 2025-10-30 | 16.2132 |
| 2025-11-06 | 16.3766 |
| 2025-11-13 | 15.8783 |
| 2025-11-20 | 15.8508 |
| 2025-11-27 | 16.2496 |
| 2025-12-04 | 16.1683 |
| 2025-12-12 | 15.8693 |
| 2025-12-19 | 16.1662 |
| 2025-12-26 | 16.0776 |
| 2026-01-02 | 16.0790 |
| 2026-01-09 | 16.2126 |
| 2026-01-16 | 15.8953 |
| 2026-01-23 | 15.5570 |
| 2026-01-30 | 15.7068 |
| 2026-02-06 | 15.9069 |
| 2026-02-13 | 15.4708 |
| 2026-02-20 | 15.2887 |
| 2026-02-27 | 15.4573 |
| 2026-03-06 | 15.3240 |
| 2026-03-13 | 15.1041 |
| 2026-03-20 | 14.9000 |
| 2026-03-27 | 14.4279 |
| 2026-04-03 | 14.9859 |
| 2026-04-10 | 14.8785 |
| 2026-04-17 | 14.6115 |
| 2026-04-24 | 14.7772 |
| 2026-05-01 | 14.6235 |
| 2026-05-08 | 14.7690 |
| 2026-05-16 | 14.5288 |
| 2026-05-24 | 14.6108 |
| 2026-05-31 | 14.8250 |
| 2026-06-09 | 15.1683 |
| 2026-06-16 | 15.1105 |
| 2026-06-23 | 15.4262 |
| 2026-06-30 | 15.6494 |
| 2026-07-07 | 15.6438 |
| 2026-07-14 | 15.4124 |
| 2026-07-21 | 15.3946 |
| 2026-07-28 | 15.6174 |
| 2026-08-04 | 15.6605 |
| 2026-08-11 | 15.7002 |
| 2026-08-18 | 15.5492 |
| 2026-08-26 | 15.8403 |
| 2026-09-02 | 15.9277 |
| 2026-09-09 | 15.8919 |
| 2026-09-16 | 15.7023 |
| 2026-09-23 | 15.8159 |
High
16.9492
Low
14.4279
Average
15.5429
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.