AUD to ARS exchange rate API
Australian Dollar to Argentine Peso · quoted 2026-09-24
1062.66
▲ +17.60% over 1Y
1 AUD = 1062.66 ARS · 1 ARS = 0.000941 AUD · Get this rate via the API
1 AUD buys 1062.66 ARS as of 2026-09-24, so 1 ARS buys 0.000941 AUD. Over the last year, AUD/ARS traded between 884.4326 and 1090.63, averaged 993.9339 and rose 17.60%. The API holds daily AUD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/ARS over 1Y: show the values
| Point | AUD/ARS |
|---|---|
| 2025-09-24 | 903.63 |
| 2025-10-01 | 911.80 |
| 2025-10-08 | 939.76 |
| 2025-10-15 | 884.43 |
| 2025-10-22 | 966.59 |
| 2025-10-29 | 972.37 |
| 2025-11-05 | 945.03 |
| 2025-11-12 | 922.28 |
| 2025-11-19 | 908.47 |
| 2025-11-26 | 940.51 |
| 2025-12-03 | 959.96 |
| 2025-12-11 | 956.80 |
| 2025-12-18 | 958.38 |
| 2025-12-25 | 972.63 |
| 2026-01-01 | 968.30 |
| 2026-01-08 | 978.12 |
| 2026-01-15 | 972.07 |
| 2026-01-22 | 973.43 |
| 2026-01-29 | 1020.51 |
| 2026-02-05 | 1009.27 |
| 2026-02-12 | 999.93 |
| 2026-02-19 | 983.04 |
| 2026-02-26 | 994.84 |
| 2026-03-05 | 987.40 |
| 2026-03-12 | 995.21 |
| 2026-03-19 | 976.73 |
| 2026-03-26 | 951.72 |
| 2026-04-02 | 956.32 |
| 2026-04-09 | 976.74 |
| 2026-04-16 | 974.49 |
| 2026-04-23 | 986.12 |
| 2026-04-30 | 994.29 |
| 2026-05-07 | 1007.08 |
| 2026-05-15 | 994.97 |
| 2026-05-23 | 1002.31 |
| 2026-05-30 | 1012.31 |
| 2026-06-06 | 1020.86 |
| 2026-06-15 | 1006.23 |
| 2026-06-22 | 1019.15 |
| 2026-06-29 | 1020.71 |
| 2026-07-06 | 1034.97 |
| 2026-07-13 | 1035.46 |
| 2026-07-20 | 1032.91 |
| 2026-07-27 | 1041.89 |
| 2026-08-03 | 1041.35 |
| 2026-08-10 | 1055.13 |
| 2026-08-17 | 1050.80 |
| 2026-08-25 | 1079.60 |
| 2026-09-01 | 1077.36 |
| 2026-09-08 | 1090.63 |
| 2026-09-15 | 1074.50 |
| 2026-09-22 | 1076.45 |
High
1090.63
Low
884.4326
Average
993.9339
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/ARS API questions
How do I get the AUD/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/ARS rate in rates.ARS.
How far back does AUD/ARS historical data go?
Daily AUD/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 AUD/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.