AUD to BRL exchange rate API
Australian Dollar to Brazilian Real · quoted 2026-09-25
3.6496
▼ +5.34% over 5Y
1 AUD = 3.6496 BRL · 1 BRL = 0.27401 AUD · Get this rate via the API
1 AUD buys 3.6496 BRL as of 2026-09-25, so 1 BRL buys 0.27401 AUD. Over the last 5 years, AUD/BRL traded between 3.1338 and 4.1399, averaged 3.5737 and fell 5.34%. The API holds daily AUD/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
AUD/BRL over 5Y: show the values
| Point | AUD/BRL |
|---|---|
| 2021-09-27 | 3.8556 |
| 2021-11-08 | 4.1399 |
| 2021-12-20 | 4.0504 |
| 2022-01-31 | 3.7946 |
| 2022-03-14 | 3.6524 |
| 2022-04-27 | 3.5774 |
| 2022-06-08 | 3.5159 |
| 2022-07-20 | 3.7534 |
| 2022-08-31 | 3.5283 |
| 2022-10-12 | 3.3094 |
| 2022-11-23 | 3.5852 |
| 2023-01-05 | 3.6777 |
| 2023-02-16 | 3.6187 |
| 2023-03-30 | 3.4146 |
| 2023-05-16 | 3.2710 |
| 2023-06-27 | 3.1957 |
| 2023-08-08 | 3.2073 |
| 2023-09-19 | 3.1338 |
| 2023-10-31 | 3.2106 |
| 2023-12-12 | 3.2520 |
| 2024-01-26 | 3.2376 |
| 2024-03-08 | 3.2960 |
| 2024-04-23 | 3.3410 |
| 2024-06-05 | 3.5014 |
| 2024-07-17 | 3.6669 |
| 2024-08-27 | 3.7170 |
| 2024-10-07 | 3.6967 |
| 2024-11-06 | 3.8112 |
| 2024-12-06 | 3.8499 |
| 2025-01-05 | 3.8399 |
| 2025-02-04 | 3.6165 |
| 2025-03-06 | 3.6443 |
| 2025-04-05 | 3.5310 |
| 2025-05-05 | 3.6599 |
| 2025-06-04 | 3.6464 |
| 2025-07-04 | 3.5510 |
| 2025-08-03 | 3.5871 |
| 2025-09-02 | 3.5599 |
| 2025-10-02 | 3.5107 |
| 2025-11-01 | 3.5179 |
| 2025-12-01 | 3.5100 |
| 2025-12-31 | 3.6610 |
| 2026-01-30 | 3.6605 |
| 2026-03-01 | 3.6305 |
| 2026-03-31 | 3.5982 |
| 2026-04-30 | 3.5607 |
| 2026-05-30 | 3.6184 |
| 2026-06-30 | 3.5664 |
| 2026-07-30 | 3.5607 |
| 2026-08-29 | 3.7165 |
High
4.1399
Low
3.1338
Average
3.5737
Get this rate via the API
One GET request returns the AUD/BRL 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=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/BRL API questions
How do I get the AUD/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/BRL rate in rates.BRL.
How far back does AUD/BRL historical data go?
Daily AUD/BRL rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/BRL 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.