Skip to content

AUD to INR exchange rate API

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

67.5839

▲ +15.76% over 1Y

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 year, AUD/INR traded between 57.1169 and 69.3401, averaged 64.0890 and rose 15.76%. 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 1Y

AUD/INR over 1Y: show the values
PointAUD/INR
2025-09-2558.3846
2025-10-0258.6303
2025-10-0958.5810
2025-10-1657.1385
2025-10-2357.1169
2025-10-3057.9837
2025-11-0657.7231
2025-11-1358.1467
2025-11-2057.4714
2025-11-2758.3459
2025-12-0459.3776
2025-12-1160.1105
2025-12-1859.6473
2025-12-2560.2227
2026-01-0159.9619
2026-01-0860.2237
2026-01-1560.3870
2026-01-2262.3458
2026-01-2964.9584
2026-02-0562.9630
2026-02-1264.4952
2026-02-1964.1892
2026-02-2664.7427
2026-03-0564.5708
2026-03-1265.7656
2026-03-1965.3131
2026-03-2665.0599
2026-04-0263.9795
2026-04-0965.2527
2026-04-1666.8856
2026-04-2367.3225
2026-04-3067.8453
2026-05-0768.4001
2026-05-1469.3401
2026-05-2168.5728
2026-05-2868.1276
2026-06-0468.4142
2026-06-1167.0128
2026-06-1866.0772
2026-06-2565.0684
2026-07-0265.7220
2026-07-0966.1952
2026-07-1667.5281
2026-07-2367.5376
2026-07-3066.7973
2026-08-0667.0583
2026-08-1367.3034
2026-08-2068.0123
2026-08-2768.6945
2026-09-0367.9693
2026-09-1068.5746
2026-09-1768.2493
2026-09-2467.4276

High

69.3401

Low

57.1169

Average

64.0890

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.