Skip to content

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

AUD/BRL over 1Y: show the values
PointAUD/BRL
2025-09-253.5014
2025-10-023.5107
2025-10-093.5157
2025-10-163.5403
2025-10-233.5026
2025-10-303.5247
2025-11-063.4790
2025-11-133.4637
2025-11-203.4537
2025-11-273.4900
2025-12-043.5052
2025-12-113.6242
2025-12-183.6660
2025-12-253.7032
2026-01-013.6785
2026-01-083.6030
2026-01-153.5990
2026-01-223.6180
2026-01-293.6617
2026-02-053.6674
2026-02-123.6852
2026-02-193.6842
2026-02-263.6497
2026-03-053.6978
2026-03-123.6817
2026-03-193.7113
2026-03-263.6198
2026-04-023.5609
2026-04-093.5909
2026-04-163.5781
2026-04-233.5503
2026-04-303.5607
2026-05-073.5680
2026-05-143.6181
2026-05-213.5724
2026-05-283.6112
2026-06-043.6173
2026-06-123.5930
2026-06-193.6196
2026-06-263.5725
2026-07-033.6052
2026-07-103.5572
2026-07-173.5683
2026-07-243.5517
2026-07-313.5500
2026-08-073.5905
2026-08-143.6658
2026-08-213.7080
2026-08-283.7154
2026-09-043.6820
2026-09-113.6659
2026-09-183.6568
2026-09-253.6425

High

3.7154

Low

3.4537

Average

3.6011

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.