Skip to content

BRL to EUR exchange rate API

Brazilian Real to Euro · quoted 2026-09-26

0.16931

▲ +5.29% over 5Y

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

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

BRL/EUR over 5Y

BRL/EUR over 5Y: show the values
PointBRL/EUR
2021-09-270.16081
2021-11-080.15463
2021-12-200.15572
2022-01-310.16658
2022-03-140.18088
2022-04-270.18852
2022-06-080.19067
2022-07-200.18042
2022-08-310.19424
2022-10-120.19464
2022-11-230.17969
2023-01-050.17525
2023-02-160.17828
2023-03-300.18008
2023-05-160.18748
2023-06-270.19116
2023-08-080.18529
2023-09-190.19263
2023-10-310.18607
2023-12-120.18752
2024-01-260.18738
2024-03-080.18423
2024-04-230.18101
2024-06-050.17464
2024-07-170.16811
2024-08-270.16343
2024-10-070.16745
2024-11-060.16096
2024-12-060.15737
2025-01-050.15699
2025-02-040.16628
2025-03-060.16106
2025-04-050.15613
2025-05-050.15620
2025-06-040.15624
2025-07-040.15690
2025-08-030.15557
2025-09-020.15709
2025-10-020.16015
2025-11-010.16115
2025-12-010.16060
2025-12-310.15537
2026-01-300.16069
2026-03-010.16527
2026-03-310.16649
2026-04-300.17155
2026-05-300.17029
2026-06-300.16948
2026-07-300.17084
2026-08-290.16637

High

0.19464

Low

0.15463

Average

0.17108

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/EUR API questions

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

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

How far back does BRL/EUR historical data go?

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