Skip to content

BGN to USD exchange rate API

Bulgarian Lev to US Dollar · quoted 2026-09-25

0.58169

▼ +3.09% over 1Y

1 BGN = 0.58169 USD · 1 USD = 1.7191 BGN · Get this rate via the API

1 BGN buys 0.58169 USD as of 2026-09-25, so 1 USD buys 1.7191 BGN. Over the last year, BGN/USD traded between 0.58145 and 0.61198, averaged 0.59392 and fell 3.09%. The API holds daily BGN/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BGN/USD over 1Y

BGN/USD over 1Y: show the values
PointBGN/USD
2025-09-250.60021
2025-10-020.60098
2025-10-090.59367
2025-10-160.59561
2025-10-230.59275
2025-10-300.59055
2025-11-060.58968
2025-11-130.59408
2025-11-200.58871
2025-11-270.59239
2025-12-040.59648
2025-12-110.59894
2025-12-180.59919
2025-12-250.60219
2026-01-010.60055
2026-01-080.59691
2026-01-150.59506
2026-01-220.59774
2026-01-290.61198
2026-02-050.60323
2026-02-120.59546
2026-02-190.60307
2026-02-260.60432
2026-03-050.59432
2026-03-120.58973
2026-03-190.58744
2026-03-260.59105
2026-04-020.59044
2026-04-130.59757
2026-04-200.59948
2026-04-270.59948
2026-05-040.59948
2026-05-110.59948
2026-05-190.59521
2026-05-270.59514
2026-06-030.59441
2026-06-120.59172
2026-06-190.58432
2026-06-260.58145
2026-07-030.58492
2026-07-100.58555
2026-07-170.58484
2026-07-240.58180
2026-07-310.58847
2026-08-070.58917
2026-08-140.58981
2026-08-220.59699
2026-08-290.59218
2026-09-050.59380
2026-09-120.59301
2026-09-190.58725

High

0.61198

Low

0.58145

Average

0.59392

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BGN/USD API questions

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

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

How far back does BGN/USD historical data go?

Daily BGN/USD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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