Skip to content

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

EUR/BRL over 6M: show the values
PointEUR/BRL
2026-03-306.0179
2026-04-065.9526
2026-04-135.8740
2026-04-205.8601
2026-04-275.8370
2026-05-045.8103
2026-05-115.7671
2026-05-185.8697
2026-05-255.8245
2026-06-015.8515
2026-06-095.9751
2026-06-165.8669
2026-06-235.8925
2026-06-305.9003
2026-07-075.8781
2026-07-145.8431
2026-07-215.7997
2026-07-285.8158
2026-08-045.8503
2026-08-115.8910
2026-08-186.0281
2026-08-256.0153
2026-09-016.0255
2026-09-085.9360
2026-09-155.9440
2026-09-225.8726

High

6.0281

Low

5.7671

Average

5.8928

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.