AUD to BRL exchange rate API
Australian Dollar to Brazilian Real · quoted 2026-09-25
3.6496
▲ +4.23% over 1Y
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 year, AUD/BRL traded between 3.4537 and 3.7154, averaged 3.6011 and rose 4.23%. 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 1Y: show the values
| Point | AUD/BRL |
|---|---|
| 2025-09-25 | 3.5014 |
| 2025-10-02 | 3.5107 |
| 2025-10-09 | 3.5157 |
| 2025-10-16 | 3.5403 |
| 2025-10-23 | 3.5026 |
| 2025-10-30 | 3.5247 |
| 2025-11-06 | 3.4790 |
| 2025-11-13 | 3.4637 |
| 2025-11-20 | 3.4537 |
| 2025-11-27 | 3.4900 |
| 2025-12-04 | 3.5052 |
| 2025-12-11 | 3.6242 |
| 2025-12-18 | 3.6660 |
| 2025-12-25 | 3.7032 |
| 2026-01-01 | 3.6785 |
| 2026-01-08 | 3.6030 |
| 2026-01-15 | 3.5990 |
| 2026-01-22 | 3.6180 |
| 2026-01-29 | 3.6617 |
| 2026-02-05 | 3.6674 |
| 2026-02-12 | 3.6852 |
| 2026-02-19 | 3.6842 |
| 2026-02-26 | 3.6497 |
| 2026-03-05 | 3.6978 |
| 2026-03-12 | 3.6817 |
| 2026-03-19 | 3.7113 |
| 2026-03-26 | 3.6198 |
| 2026-04-02 | 3.5609 |
| 2026-04-09 | 3.5909 |
| 2026-04-16 | 3.5781 |
| 2026-04-23 | 3.5503 |
| 2026-04-30 | 3.5607 |
| 2026-05-07 | 3.5680 |
| 2026-05-14 | 3.6181 |
| 2026-05-21 | 3.5724 |
| 2026-05-28 | 3.6112 |
| 2026-06-04 | 3.6173 |
| 2026-06-12 | 3.5930 |
| 2026-06-19 | 3.6196 |
| 2026-06-26 | 3.5725 |
| 2026-07-03 | 3.6052 |
| 2026-07-10 | 3.5572 |
| 2026-07-17 | 3.5683 |
| 2026-07-24 | 3.5517 |
| 2026-07-31 | 3.5500 |
| 2026-08-07 | 3.5905 |
| 2026-08-14 | 3.6658 |
| 2026-08-21 | 3.7080 |
| 2026-08-28 | 3.7154 |
| 2026-09-04 | 3.6820 |
| 2026-09-11 | 3.6659 |
| 2026-09-18 | 3.6568 |
| 2026-09-25 | 3.6425 |
High
3.7154
Low
3.4537
Average
3.6011
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.