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: show the values
| Point | AUD/INR |
|---|---|
| 2025-09-25 | 58.3846 |
| 2025-10-02 | 58.6303 |
| 2025-10-09 | 58.5810 |
| 2025-10-16 | 57.1385 |
| 2025-10-23 | 57.1169 |
| 2025-10-30 | 57.9837 |
| 2025-11-06 | 57.7231 |
| 2025-11-13 | 58.1467 |
| 2025-11-20 | 57.4714 |
| 2025-11-27 | 58.3459 |
| 2025-12-04 | 59.3776 |
| 2025-12-11 | 60.1105 |
| 2025-12-18 | 59.6473 |
| 2025-12-25 | 60.2227 |
| 2026-01-01 | 59.9619 |
| 2026-01-08 | 60.2237 |
| 2026-01-15 | 60.3870 |
| 2026-01-22 | 62.3458 |
| 2026-01-29 | 64.9584 |
| 2026-02-05 | 62.9630 |
| 2026-02-12 | 64.4952 |
| 2026-02-19 | 64.1892 |
| 2026-02-26 | 64.7427 |
| 2026-03-05 | 64.5708 |
| 2026-03-12 | 65.7656 |
| 2026-03-19 | 65.3131 |
| 2026-03-26 | 65.0599 |
| 2026-04-02 | 63.9795 |
| 2026-04-09 | 65.2527 |
| 2026-04-16 | 66.8856 |
| 2026-04-23 | 67.3225 |
| 2026-04-30 | 67.8453 |
| 2026-05-07 | 68.4001 |
| 2026-05-14 | 69.3401 |
| 2026-05-21 | 68.5728 |
| 2026-05-28 | 68.1276 |
| 2026-06-04 | 68.4142 |
| 2026-06-11 | 67.0128 |
| 2026-06-18 | 66.0772 |
| 2026-06-25 | 65.0684 |
| 2026-07-02 | 65.7220 |
| 2026-07-09 | 66.1952 |
| 2026-07-16 | 67.5281 |
| 2026-07-23 | 67.5376 |
| 2026-07-30 | 66.7973 |
| 2026-08-06 | 67.0583 |
| 2026-08-13 | 67.3034 |
| 2026-08-20 | 68.0123 |
| 2026-08-27 | 68.6945 |
| 2026-09-03 | 67.9693 |
| 2026-09-10 | 68.5746 |
| 2026-09-17 | 68.2493 |
| 2026-09-24 | 67.4276 |
High
69.3401
Low
57.1169
Average
64.0890
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.