EUR to BRL exchange rate API
Euro to Brazilian Real · quoted 2026-09-26
5.9064
▼ +5.58% over 1Y
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 year, EUR/BRL traded between 5.7787 and 6.5133, averaged 6.0556 and fell 5.58%. 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 1Y: show the values
| Point | EUR/BRL |
|---|---|
| 2025-09-26 | 6.2552 |
| 2025-10-03 | 6.2672 |
| 2025-10-10 | 6.2082 |
| 2025-10-17 | 6.3457 |
| 2025-10-24 | 6.2570 |
| 2025-10-31 | 6.2171 |
| 2025-11-07 | 6.2007 |
| 2025-11-14 | 6.1764 |
| 2025-11-21 | 6.1879 |
| 2025-11-28 | 6.1752 |
| 2025-12-05 | 6.1850 |
| 2025-12-12 | 6.3365 |
| 2025-12-19 | 6.4762 |
| 2025-12-26 | 6.5133 |
| 2026-01-02 | 6.3743 |
| 2026-01-09 | 6.2733 |
| 2026-01-16 | 6.2411 |
| 2026-01-23 | 6.2011 |
| 2026-01-30 | 6.2233 |
| 2026-02-06 | 6.1767 |
| 2026-02-13 | 6.1916 |
| 2026-02-20 | 6.1358 |
| 2026-02-27 | 6.0862 |
| 2026-03-06 | 6.1002 |
| 2026-03-13 | 6.0172 |
| 2026-03-20 | 6.0724 |
| 2026-03-27 | 6.0535 |
| 2026-04-03 | 5.9427 |
| 2026-04-10 | 5.9191 |
| 2026-04-17 | 5.8707 |
| 2026-04-24 | 5.8567 |
| 2026-05-01 | 5.8345 |
| 2026-05-08 | 5.7794 |
| 2026-05-15 | 5.8517 |
| 2026-05-22 | 5.8165 |
| 2026-05-29 | 5.8747 |
| 2026-06-05 | 5.8897 |
| 2026-06-13 | 5.8567 |
| 2026-06-20 | 5.9104 |
| 2026-06-27 | 5.8901 |
| 2026-07-04 | 5.9115 |
| 2026-07-11 | 5.8295 |
| 2026-07-18 | 5.8453 |
| 2026-07-25 | 5.7787 |
| 2026-08-01 | 5.8532 |
| 2026-08-08 | 5.8743 |
| 2026-08-15 | 6.0385 |
| 2026-08-22 | 6.0002 |
| 2026-08-29 | 6.0108 |
| 2026-09-05 | 5.9545 |
| 2026-09-12 | 5.9445 |
| 2026-09-19 | 5.9077 |
| 2026-09-26 | 5.9064 |
High
6.5133
Low
5.7787
Average
6.0556
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.