Skip to content

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

EUR/BRL over 1Y: show the values
PointEUR/BRL
2025-09-266.2552
2025-10-036.2672
2025-10-106.2082
2025-10-176.3457
2025-10-246.2570
2025-10-316.2171
2025-11-076.2007
2025-11-146.1764
2025-11-216.1879
2025-11-286.1752
2025-12-056.1850
2025-12-126.3365
2025-12-196.4762
2025-12-266.5133
2026-01-026.3743
2026-01-096.2733
2026-01-166.2411
2026-01-236.2011
2026-01-306.2233
2026-02-066.1767
2026-02-136.1916
2026-02-206.1358
2026-02-276.0862
2026-03-066.1002
2026-03-136.0172
2026-03-206.0724
2026-03-276.0535
2026-04-035.9427
2026-04-105.9191
2026-04-175.8707
2026-04-245.8567
2026-05-015.8345
2026-05-085.7794
2026-05-155.8517
2026-05-225.8165
2026-05-295.8747
2026-06-055.8897
2026-06-135.8567
2026-06-205.9104
2026-06-275.8901
2026-07-045.9115
2026-07-115.8295
2026-07-185.8453
2026-07-255.7787
2026-08-015.8532
2026-08-085.8743
2026-08-156.0385
2026-08-226.0002
2026-08-296.0108
2026-09-055.9545
2026-09-125.9445
2026-09-195.9077
2026-09-265.9064

High

6.5133

Low

5.7787

Average

6.0556

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.