Skip to content

USD to BRL exchange rate API

US Dollar to Brazilian Real · quoted 2026-09-25

5.1918

▼ +0.96% over 6M

1 USD = 5.1918 BRL · 1 BRL = 0.19261 USD · Get this rate via the API

1 USD buys 5.1918 BRL as of 2026-09-25, so 1 BRL buys 0.19261 USD. Over the last 6 months, USD/BRL traded between 4.9151 and 5.2419, averaged 5.0977 and fell 0.96%. The API holds daily USD/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/BRL over 6M

USD/BRL over 6M: show the values
PointUSD/BRL
2026-03-295.2419
2026-04-055.1629
2026-04-125.0092
2026-04-194.9795
2026-04-264.9806
2026-05-034.9539
2026-05-104.9151
2026-05-175.0541
2026-05-245.0215
2026-05-315.0411
2026-06-085.1432
2026-06-155.0498
2026-06-225.1519
2026-06-295.1639
2026-07-065.1800
2026-07-135.1155
2026-07-205.1043
2026-07-275.0825
2026-08-035.0675
2026-08-105.0856
2026-08-175.2102
2026-08-245.1499
2026-08-315.1718
2026-09-075.1261
2026-09-145.1566
2026-09-215.1279

High

5.2419

Low

4.9151

Average

5.0977

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/BRL API questions

How do I get the USD/BRL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/BRL rate in rates.BRL.

How far back does USD/BRL historical data go?

Daily USD/BRL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/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.