AUD to BRL exchange rate API
Australian Dollar to Brazilian Real · quoted 2026-09-25
3.6496
▼ +0.31% over YTD
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 year to date, AUD/BRL traded between 3.5464 and 3.6985, averaged 3.6207 and fell 0.31%. 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 YTD: show the values
| Point | AUD/BRL |
|---|---|
| 2025-12-31 | 3.6610 |
| 2026-01-07 | 3.6273 |
| 2026-01-14 | 3.5842 |
| 2026-01-21 | 3.6201 |
| 2026-01-28 | 3.6213 |
| 2026-02-04 | 3.6700 |
| 2026-02-11 | 3.6985 |
| 2026-02-18 | 3.6939 |
| 2026-02-25 | 3.6371 |
| 2026-03-04 | 3.6845 |
| 2026-03-11 | 3.6979 |
| 2026-03-18 | 3.6847 |
| 2026-03-25 | 3.6440 |
| 2026-04-01 | 3.5879 |
| 2026-04-08 | 3.5860 |
| 2026-04-15 | 3.5669 |
| 2026-04-22 | 3.5560 |
| 2026-04-29 | 3.5707 |
| 2026-05-06 | 3.5560 |
| 2026-05-13 | 3.5555 |
| 2026-05-20 | 3.5859 |
| 2026-05-27 | 3.5977 |
| 2026-06-03 | 3.5938 |
| 2026-06-11 | 3.6111 |
| 2026-06-18 | 3.6052 |
| 2026-06-25 | 3.5858 |
| 2026-07-02 | 3.5831 |
| 2026-07-09 | 3.5706 |
| 2026-07-16 | 3.5642 |
| 2026-07-23 | 3.5464 |
| 2026-07-30 | 3.5607 |
| 2026-08-06 | 3.6082 |
| 2026-08-13 | 3.6536 |
| 2026-08-20 | 3.6906 |
| 2026-08-27 | 3.6971 |
| 2026-09-03 | 3.6499 |
| 2026-09-10 | 3.6821 |
| 2026-09-17 | 3.6499 |
| 2026-09-24 | 3.6404 |
High
3.6985
Low
3.5464
Average
3.6207
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.