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: show the values
| Point | AUD/INR |
|---|---|
| 2021-09-27 | 53.5697 |
| 2021-11-08 | 54.9347 |
| 2021-12-20 | 53.9278 |
| 2022-01-31 | 52.6963 |
| 2022-03-14 | 55.4476 |
| 2022-04-27 | 54.6740 |
| 2022-06-08 | 55.9188 |
| 2022-07-20 | 55.2577 |
| 2022-08-31 | 54.5175 |
| 2022-10-12 | 51.4625 |
| 2022-11-23 | 54.4170 |
| 2023-01-05 | 56.3813 |
| 2023-02-16 | 57.0693 |
| 2023-03-30 | 54.9453 |
| 2023-05-16 | 54.8633 |
| 2023-06-27 | 54.8564 |
| 2023-08-08 | 53.8786 |
| 2023-09-19 | 53.8113 |
| 2023-10-31 | 52.8225 |
| 2023-12-12 | 54.9314 |
| 2024-01-26 | 54.8256 |
| 2024-03-08 | 54.9132 |
| 2024-04-23 | 53.7902 |
| 2024-06-05 | 55.4687 |
| 2024-07-17 | 56.3212 |
| 2024-08-27 | 56.9067 |
| 2024-10-01 | 58.3179 |
| 2024-10-31 | 55.2527 |
| 2024-11-30 | 55.0731 |
| 2024-12-30 | 53.2755 |
| 2025-01-29 | 53.8567 |
| 2025-02-28 | 54.3403 |
| 2025-03-30 | 53.7866 |
| 2025-04-29 | 54.5357 |
| 2025-05-29 | 55.0547 |
| 2025-06-28 | 55.8231 |
| 2025-07-28 | 56.5930 |
| 2025-08-27 | 56.7867 |
| 2025-09-26 | 57.9104 |
| 2025-10-26 | 57.5143 |
| 2025-11-25 | 57.6351 |
| 2025-12-25 | 60.2227 |
| 2026-01-24 | 63.1455 |
| 2026-02-23 | 64.2600 |
| 2026-03-25 | 65.4175 |
| 2026-04-24 | 67.3388 |
| 2026-05-24 | 68.5256 |
| 2026-06-23 | 65.7176 |
| 2026-07-23 | 67.5376 |
| 2026-08-22 | 68.6215 |
| 2026-09-21 | 68.3921 |
High
68.6215
Low
51.4625
Average
57.4063
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.