Skip to content

BGN to GBP exchange rate API

Bulgarian Lev to Pound Sterling · quoted 2026-09-25

0.44023

▼ +1.33% over YTD

1 BGN = 0.44023 GBP · 1 GBP = 2.2716 BGN · Get this rate via the API

1 BGN buys 0.44023 GBP as of 2026-09-25, so 1 GBP buys 2.2716 BGN. Over the year to date, BGN/GBP traded between 0.43391 and 0.44738, averaged 0.44197 and fell 1.33%. The API holds daily BGN/GBP rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.

BGN/GBP over YTD

BGN/GBP over YTD: show the values
PointBGN/GBP
2025-12-310.44616
2026-01-070.44363
2026-01-140.44272
2026-01-210.44667
2026-01-280.44474
2026-02-040.44072
2026-02-110.44582
2026-02-180.44606
2026-02-250.44566
2026-03-040.44316
2026-03-110.44307
2026-03-180.44308
2026-03-250.44312
2026-04-010.44393
2026-04-080.44294
2026-04-190.44380
2026-04-260.44390
2026-05-030.44067
2026-05-100.44078
2026-05-180.44738
2026-05-260.44164
2026-06-020.44163
2026-06-110.44180
2026-06-180.44541
2026-06-250.44173
2026-07-020.44445
2026-07-090.43614
2026-07-160.43391
2026-07-230.43760
2026-07-300.43744
2026-08-060.43861
2026-08-130.43670
2026-08-210.43771
2026-08-280.43839
2026-09-040.43925
2026-09-110.43912
2026-09-180.44515

High

0.44738

Low

0.43391

Average

0.44197

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BGN/GBP API questions

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

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

How far back does BGN/GBP historical data go?

Daily BGN/GBP 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/GBP 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.