Skip to content

AUD to INR exchange rate API

Australian Dollar to Indian Rupee · quoted 2026-09-25

67.5839

▲ +26.16% over 5Y

1 AUD = 67.5839 INR · 1 INR = 0.01480 AUD · Get this rate via the API

1 AUD buys 67.5839 INR as of 2026-09-25, so 1 INR buys 0.01480 AUD. Over the last 5 years, AUD/INR traded between 51.4625 and 68.6215, averaged 57.4063 and rose 26.16%. The API holds daily AUD/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

AUD/INR over 5Y

AUD/INR over 5Y: show the values
PointAUD/INR
2021-09-2753.5697
2021-11-0854.9347
2021-12-2053.9278
2022-01-3152.6963
2022-03-1455.4476
2022-04-2754.6740
2022-06-0855.9188
2022-07-2055.2577
2022-08-3154.5175
2022-10-1251.4625
2022-11-2354.4170
2023-01-0556.3813
2023-02-1657.0693
2023-03-3054.9453
2023-05-1654.8633
2023-06-2754.8564
2023-08-0853.8786
2023-09-1953.8113
2023-10-3152.8225
2023-12-1254.9314
2024-01-2654.8256
2024-03-0854.9132
2024-04-2353.7902
2024-06-0555.4687
2024-07-1756.3212
2024-08-2756.9067
2024-10-0158.3179
2024-10-3155.2527
2024-11-3055.0731
2024-12-3053.2755
2025-01-2953.8567
2025-02-2854.3403
2025-03-3053.7866
2025-04-2954.5357
2025-05-2955.0547
2025-06-2855.8231
2025-07-2856.5930
2025-08-2756.7867
2025-09-2657.9104
2025-10-2657.5143
2025-11-2557.6351
2025-12-2560.2227
2026-01-2463.1455
2026-02-2364.2600
2026-03-2565.4175
2026-04-2467.3388
2026-05-2468.5256
2026-06-2365.7176
2026-07-2367.5376
2026-08-2268.6215
2026-09-2168.3921

High

68.6215

Low

51.4625

Average

57.4063

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/INR API questions

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

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

How far back does AUD/INR historical data go?

Daily AUD/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/INR 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.