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: show the values
| Point | BGN/USD |
|---|---|
| 2025-09-25 | 0.60021 |
| 2025-10-02 | 0.60098 |
| 2025-10-09 | 0.59367 |
| 2025-10-16 | 0.59561 |
| 2025-10-23 | 0.59275 |
| 2025-10-30 | 0.59055 |
| 2025-11-06 | 0.58968 |
| 2025-11-13 | 0.59408 |
| 2025-11-20 | 0.58871 |
| 2025-11-27 | 0.59239 |
| 2025-12-04 | 0.59648 |
| 2025-12-11 | 0.59894 |
| 2025-12-18 | 0.59919 |
| 2025-12-25 | 0.60219 |
| 2026-01-01 | 0.60055 |
| 2026-01-08 | 0.59691 |
| 2026-01-15 | 0.59506 |
| 2026-01-22 | 0.59774 |
| 2026-01-29 | 0.61198 |
| 2026-02-05 | 0.60323 |
| 2026-02-12 | 0.59546 |
| 2026-02-19 | 0.60307 |
| 2026-02-26 | 0.60432 |
| 2026-03-05 | 0.59432 |
| 2026-03-12 | 0.58973 |
| 2026-03-19 | 0.58744 |
| 2026-03-26 | 0.59105 |
| 2026-04-02 | 0.59044 |
| 2026-04-13 | 0.59757 |
| 2026-04-20 | 0.59948 |
| 2026-04-27 | 0.59948 |
| 2026-05-04 | 0.59948 |
| 2026-05-11 | 0.59948 |
| 2026-05-19 | 0.59521 |
| 2026-05-27 | 0.59514 |
| 2026-06-03 | 0.59441 |
| 2026-06-12 | 0.59172 |
| 2026-06-19 | 0.58432 |
| 2026-06-26 | 0.58145 |
| 2026-07-03 | 0.58492 |
| 2026-07-10 | 0.58555 |
| 2026-07-17 | 0.58484 |
| 2026-07-24 | 0.58180 |
| 2026-07-31 | 0.58847 |
| 2026-08-07 | 0.58917 |
| 2026-08-14 | 0.58981 |
| 2026-08-22 | 0.59699 |
| 2026-08-29 | 0.59218 |
| 2026-09-05 | 0.59380 |
| 2026-09-12 | 0.59301 |
| 2026-09-19 | 0.58725 |
High
0.61198
Low
0.58145
Average
0.59392
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=USD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=USD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.