Skip to content

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

USD/BRL over 1Y: show the values
PointUSD/BRL
2025-09-255.3188
2025-10-025.3124
2025-10-095.3292
2025-10-165.4480
2025-10-235.3855
2025-10-305.3929
2025-11-065.3383
2025-11-135.2830
2025-11-205.3311
2025-11-275.3477
2025-12-045.3053
2025-12-115.4455
2025-12-185.5476
2025-12-255.5230
2026-01-015.5138
2026-01-085.3800
2026-01-155.3817
2026-01-225.3151
2026-01-295.1814
2026-02-055.2601
2026-02-125.1761
2026-02-195.2343
2026-02-265.1258
2026-03-055.2484
2026-03-125.1621
2026-03-195.2987
2026-03-265.2366
2026-04-025.1818
2026-04-095.0992
2026-04-164.9882
2026-04-234.9630
2026-04-304.9814
2026-05-074.9167
2026-05-144.9970
2026-05-215.0120
2026-05-285.0726
2026-06-045.0645
2026-06-125.1073
2026-06-195.1603
2026-06-265.1759
2026-07-035.1962
2026-07-105.1185
2026-07-175.1158
2026-07-245.0827
2026-07-315.0583
2026-08-075.0998
2026-08-145.1762
2026-08-215.1729
2026-08-285.1641
2026-09-045.1114
2026-09-115.1108
2026-09-185.1359
2026-09-255.1821

High

5.5476

Low

4.9167

Average

5.2122

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.