USD to BRL exchange rate API
US Dollar to Brazilian Real · quoted 2026-09-25
5.1918
▼ +2.39% over 1Y
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 year, USD/BRL traded between 4.9167 and 5.5476, averaged 5.2122 and fell 2.39%. 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 1Y: show the values
| Point | USD/BRL |
|---|---|
| 2025-09-25 | 5.3188 |
| 2025-10-02 | 5.3124 |
| 2025-10-09 | 5.3292 |
| 2025-10-16 | 5.4480 |
| 2025-10-23 | 5.3855 |
| 2025-10-30 | 5.3929 |
| 2025-11-06 | 5.3383 |
| 2025-11-13 | 5.2830 |
| 2025-11-20 | 5.3311 |
| 2025-11-27 | 5.3477 |
| 2025-12-04 | 5.3053 |
| 2025-12-11 | 5.4455 |
| 2025-12-18 | 5.5476 |
| 2025-12-25 | 5.5230 |
| 2026-01-01 | 5.5138 |
| 2026-01-08 | 5.3800 |
| 2026-01-15 | 5.3817 |
| 2026-01-22 | 5.3151 |
| 2026-01-29 | 5.1814 |
| 2026-02-05 | 5.2601 |
| 2026-02-12 | 5.1761 |
| 2026-02-19 | 5.2343 |
| 2026-02-26 | 5.1258 |
| 2026-03-05 | 5.2484 |
| 2026-03-12 | 5.1621 |
| 2026-03-19 | 5.2987 |
| 2026-03-26 | 5.2366 |
| 2026-04-02 | 5.1818 |
| 2026-04-09 | 5.0992 |
| 2026-04-16 | 4.9882 |
| 2026-04-23 | 4.9630 |
| 2026-04-30 | 4.9814 |
| 2026-05-07 | 4.9167 |
| 2026-05-14 | 4.9970 |
| 2026-05-21 | 5.0120 |
| 2026-05-28 | 5.0726 |
| 2026-06-04 | 5.0645 |
| 2026-06-12 | 5.1073 |
| 2026-06-19 | 5.1603 |
| 2026-06-26 | 5.1759 |
| 2026-07-03 | 5.1962 |
| 2026-07-10 | 5.1185 |
| 2026-07-17 | 5.1158 |
| 2026-07-24 | 5.0827 |
| 2026-07-31 | 5.0583 |
| 2026-08-07 | 5.0998 |
| 2026-08-14 | 5.1762 |
| 2026-08-21 | 5.1729 |
| 2026-08-28 | 5.1641 |
| 2026-09-04 | 5.1114 |
| 2026-09-11 | 5.1108 |
| 2026-09-18 | 5.1359 |
| 2026-09-25 | 5.1821 |
High
5.5476
Low
4.9167
Average
5.2122
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.