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: show the values
| Point | USD/BRL |
|---|---|
| 2026-03-29 | 5.2419 |
| 2026-04-05 | 5.1629 |
| 2026-04-12 | 5.0092 |
| 2026-04-19 | 4.9795 |
| 2026-04-26 | 4.9806 |
| 2026-05-03 | 4.9539 |
| 2026-05-10 | 4.9151 |
| 2026-05-17 | 5.0541 |
| 2026-05-24 | 5.0215 |
| 2026-05-31 | 5.0411 |
| 2026-06-08 | 5.1432 |
| 2026-06-15 | 5.0498 |
| 2026-06-22 | 5.1519 |
| 2026-06-29 | 5.1639 |
| 2026-07-06 | 5.1800 |
| 2026-07-13 | 5.1155 |
| 2026-07-20 | 5.1043 |
| 2026-07-27 | 5.0825 |
| 2026-08-03 | 5.0675 |
| 2026-08-10 | 5.0856 |
| 2026-08-17 | 5.2102 |
| 2026-08-24 | 5.1499 |
| 2026-08-31 | 5.1718 |
| 2026-09-07 | 5.1261 |
| 2026-09-14 | 5.1566 |
| 2026-09-21 | 5.1279 |
High
5.2419
Low
4.9151
Average
5.0977
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.