Skip to content

EUR to BRL exchange rate API

Euro to Brazilian Real · quoted 2026-09-26

5.9064

▼ +5.02% over 5Y

1 EUR = 5.9064 BRL · 1 BRL = 0.16931 EUR · Get this rate via the API

1 EUR buys 5.9064 BRL as of 2026-09-26, so 1 BRL buys 0.16931 EUR. Over the last 5 years, EUR/BRL traded between 5.1378 and 6.4669, averaged 5.8758 and fell 5.02%. The API holds daily EUR/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

EUR/BRL over 5Y

EUR/BRL over 5Y: show the values
PointEUR/BRL
2021-09-276.2187
2021-11-086.4669
2021-12-206.4219
2022-01-316.0030
2022-03-145.5286
2022-04-275.3045
2022-06-085.2447
2022-07-205.5427
2022-08-315.1482
2022-10-125.1378
2022-11-235.5650
2023-01-055.7060
2023-02-165.6090
2023-03-305.5531
2023-05-165.3340
2023-06-275.2311
2023-08-085.3970
2023-09-195.1914
2023-10-315.3743
2023-12-125.3327
2024-01-265.3366
2024-03-085.4281
2024-04-235.5246
2024-06-055.7259
2024-07-175.9485
2024-08-276.1186
2024-10-075.9720
2024-11-066.2127
2024-12-066.3546
2025-01-056.3699
2025-02-046.0138
2025-03-066.2088
2025-04-056.4048
2025-05-056.4019
2025-06-046.4002
2025-07-046.3733
2025-08-036.4280
2025-09-026.3658
2025-10-026.2442
2025-11-016.2054
2025-12-016.2267
2025-12-316.4364
2026-01-306.2233
2026-03-016.0506
2026-03-316.0065
2026-04-305.8292
2026-05-305.8722
2026-06-305.9003
2026-07-305.8535
2026-08-296.0108

High

6.4669

Low

5.1378

Average

5.8758

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EUR/BRL API questions

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

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

How far back does EUR/BRL historical data go?

Daily EUR/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 EUR/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.