Skip to content

BGN to EUR exchange rate API

Bulgarian Lev to Euro · quoted 2026-09-25

0.51152

▲ +0.04% over YTD

1 BGN = 0.51152 EUR · 1 EUR = 1.9550 BGN · Get this rate via the API

1 BGN buys 0.51152 EUR as of 2026-09-25, so 1 EUR buys 1.9550 BGN. Over the year to date, BGN/EUR traded between 0.50898 and 0.51882, averaged 0.51178 and rose 0.04%. The API holds daily BGN/EUR rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.

BGN/EUR over YTD

BGN/EUR over YTD: show the values
PointBGN/EUR
2025-12-310.51130
2026-01-070.51204
2026-01-140.51076
2026-01-210.51084
2026-01-280.51208
2026-02-040.51151
2026-02-110.51197
2026-02-180.51131
2026-02-250.51143
2026-03-040.50908
2026-03-110.51303
2026-03-180.51287
2026-03-250.51193
2026-04-010.50960
2026-04-080.50975
2026-04-190.50988
2026-04-260.51172
2026-05-030.51089
2026-05-100.50898
2026-05-180.51411
2026-05-260.51131
2026-06-020.51077
2026-06-110.51175
2026-06-180.51410
2026-06-250.51255
2026-07-020.51882
2026-07-090.51093
2026-07-160.51124
2026-07-230.51290
2026-07-300.51035
2026-08-060.51177
2026-08-130.51082
2026-08-210.51092
2026-08-280.51142
2026-09-040.51136
2026-09-110.51171
2026-09-180.51834

High

0.51882

Low

0.50898

Average

0.51178

For developers

Get this rate via the API

One GET request returns the BGN/EUR 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=BGN&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=EUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BGN/EUR API questions

How do I get the BGN/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BGN/EUR rate in rates.EUR.

How far back does BGN/EUR historical data go?

Daily BGN/EUR rates are available from 2000-07-19. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BGN/EUR 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.