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: show the values
| Point | EUR/BRL |
|---|---|
| 2021-09-27 | 6.2187 |
| 2021-11-08 | 6.4669 |
| 2021-12-20 | 6.4219 |
| 2022-01-31 | 6.0030 |
| 2022-03-14 | 5.5286 |
| 2022-04-27 | 5.3045 |
| 2022-06-08 | 5.2447 |
| 2022-07-20 | 5.5427 |
| 2022-08-31 | 5.1482 |
| 2022-10-12 | 5.1378 |
| 2022-11-23 | 5.5650 |
| 2023-01-05 | 5.7060 |
| 2023-02-16 | 5.6090 |
| 2023-03-30 | 5.5531 |
| 2023-05-16 | 5.3340 |
| 2023-06-27 | 5.2311 |
| 2023-08-08 | 5.3970 |
| 2023-09-19 | 5.1914 |
| 2023-10-31 | 5.3743 |
| 2023-12-12 | 5.3327 |
| 2024-01-26 | 5.3366 |
| 2024-03-08 | 5.4281 |
| 2024-04-23 | 5.5246 |
| 2024-06-05 | 5.7259 |
| 2024-07-17 | 5.9485 |
| 2024-08-27 | 6.1186 |
| 2024-10-07 | 5.9720 |
| 2024-11-06 | 6.2127 |
| 2024-12-06 | 6.3546 |
| 2025-01-05 | 6.3699 |
| 2025-02-04 | 6.0138 |
| 2025-03-06 | 6.2088 |
| 2025-04-05 | 6.4048 |
| 2025-05-05 | 6.4019 |
| 2025-06-04 | 6.4002 |
| 2025-07-04 | 6.3733 |
| 2025-08-03 | 6.4280 |
| 2025-09-02 | 6.3658 |
| 2025-10-02 | 6.2442 |
| 2025-11-01 | 6.2054 |
| 2025-12-01 | 6.2267 |
| 2025-12-31 | 6.4364 |
| 2026-01-30 | 6.2233 |
| 2026-03-01 | 6.0506 |
| 2026-03-31 | 6.0065 |
| 2026-04-30 | 5.8292 |
| 2026-05-30 | 5.8722 |
| 2026-06-30 | 5.9003 |
| 2026-07-30 | 5.8535 |
| 2026-08-29 | 6.0108 |
High
6.4669
Low
5.1378
Average
5.8758
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.