EUR to BRL exchange rate API
Euro to Brazilian Real · quoted 2026-09-26
5.9064
▼ +1.85% over 6M
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 6 months, EUR/BRL traded between 5.7671 and 6.0281, averaged 5.8928 and fell 1.85%. 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 6M: show the values
| Point | EUR/BRL |
|---|---|
| 2026-03-30 | 6.0179 |
| 2026-04-06 | 5.9526 |
| 2026-04-13 | 5.8740 |
| 2026-04-20 | 5.8601 |
| 2026-04-27 | 5.8370 |
| 2026-05-04 | 5.8103 |
| 2026-05-11 | 5.7671 |
| 2026-05-18 | 5.8697 |
| 2026-05-25 | 5.8245 |
| 2026-06-01 | 5.8515 |
| 2026-06-09 | 5.9751 |
| 2026-06-16 | 5.8669 |
| 2026-06-23 | 5.8925 |
| 2026-06-30 | 5.9003 |
| 2026-07-07 | 5.8781 |
| 2026-07-14 | 5.8431 |
| 2026-07-21 | 5.7997 |
| 2026-07-28 | 5.8158 |
| 2026-08-04 | 5.8503 |
| 2026-08-11 | 5.8910 |
| 2026-08-18 | 6.0281 |
| 2026-08-25 | 6.0153 |
| 2026-09-01 | 6.0255 |
| 2026-09-08 | 5.9360 |
| 2026-09-15 | 5.9440 |
| 2026-09-22 | 5.8726 |
High
6.0281
Low
5.7671
Average
5.8928
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.