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: show the values
| Point | BGN/GBP |
|---|---|
| 2025-12-31 | 0.44616 |
| 2026-01-07 | 0.44363 |
| 2026-01-14 | 0.44272 |
| 2026-01-21 | 0.44667 |
| 2026-01-28 | 0.44474 |
| 2026-02-04 | 0.44072 |
| 2026-02-11 | 0.44582 |
| 2026-02-18 | 0.44606 |
| 2026-02-25 | 0.44566 |
| 2026-03-04 | 0.44316 |
| 2026-03-11 | 0.44307 |
| 2026-03-18 | 0.44308 |
| 2026-03-25 | 0.44312 |
| 2026-04-01 | 0.44393 |
| 2026-04-08 | 0.44294 |
| 2026-04-19 | 0.44380 |
| 2026-04-26 | 0.44390 |
| 2026-05-03 | 0.44067 |
| 2026-05-10 | 0.44078 |
| 2026-05-18 | 0.44738 |
| 2026-05-26 | 0.44164 |
| 2026-06-02 | 0.44163 |
| 2026-06-11 | 0.44180 |
| 2026-06-18 | 0.44541 |
| 2026-06-25 | 0.44173 |
| 2026-07-02 | 0.44445 |
| 2026-07-09 | 0.43614 |
| 2026-07-16 | 0.43391 |
| 2026-07-23 | 0.43760 |
| 2026-07-30 | 0.43744 |
| 2026-08-06 | 0.43861 |
| 2026-08-13 | 0.43670 |
| 2026-08-21 | 0.43771 |
| 2026-08-28 | 0.43839 |
| 2026-09-04 | 0.43925 |
| 2026-09-11 | 0.43912 |
| 2026-09-18 | 0.44515 |
High
0.44738
Low
0.43391
Average
0.44197
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.