Skip to content

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

AUD/BRL over YTD: show the values
PointAUD/BRL
2025-12-313.6610
2026-01-073.6273
2026-01-143.5842
2026-01-213.6201
2026-01-283.6213
2026-02-043.6700
2026-02-113.6985
2026-02-183.6939
2026-02-253.6371
2026-03-043.6845
2026-03-113.6979
2026-03-183.6847
2026-03-253.6440
2026-04-013.5879
2026-04-083.5860
2026-04-153.5669
2026-04-223.5560
2026-04-293.5707
2026-05-063.5560
2026-05-133.5555
2026-05-203.5859
2026-05-273.5977
2026-06-033.5938
2026-06-113.6111
2026-06-183.6052
2026-06-253.5858
2026-07-023.5831
2026-07-093.5706
2026-07-163.5642
2026-07-233.5464
2026-07-303.5607
2026-08-063.6082
2026-08-133.6536
2026-08-203.6906
2026-08-273.6971
2026-09-033.6499
2026-09-103.6821
2026-09-173.6499
2026-09-243.6404

High

3.6985

Low

3.5464

Average

3.6207

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=BRL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.