USD to BGN exchange rate API
US Dollar to Bulgarian Lev · quoted 2026-09-25
1.7191
▲ +2.83% over 5Y
1 USD = 1.7191 BGN · 1 BGN = 0.58169 USD · Get this rate via the API
1 USD buys 1.7191 BGN as of 2026-09-25, so 1 BGN buys 0.58169 USD. Over the last 5 years, USD/BGN traded between 1.6534 and 2.0150, averaged 1.7714 and rose 2.83%. The API holds daily USD/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/BGN over 5Y: show the values
| Point | USD/BGN |
|---|---|
| 2021-09-27 | 1.6719 |
| 2021-11-08 | 1.6891 |
| 2021-12-20 | 1.7349 |
| 2022-01-31 | 1.7531 |
| 2022-03-14 | 1.7845 |
| 2022-04-27 | 1.8481 |
| 2022-06-08 | 1.8212 |
| 2022-07-20 | 1.9176 |
| 2022-08-31 | 1.9558 |
| 2022-10-12 | 2.0150 |
| 2022-11-23 | 1.8942 |
| 2023-01-05 | 1.8449 |
| 2023-02-16 | 1.8278 |
| 2023-03-30 | 1.7966 |
| 2023-05-16 | 1.7974 |
| 2023-06-27 | 1.7860 |
| 2023-08-08 | 1.7871 |
| 2023-09-19 | 1.8256 |
| 2023-10-31 | 1.8418 |
| 2023-12-12 | 1.8103 |
| 2024-01-26 | 1.7991 |
| 2024-03-08 | 1.7891 |
| 2024-04-23 | 1.8323 |
| 2024-06-05 | 1.7989 |
| 2024-07-17 | 1.7887 |
| 2024-08-27 | 1.7522 |
| 2024-10-01 | 1.7421 |
| 2024-10-31 | 1.7973 |
| 2024-11-30 | 1.8489 |
| 2024-12-30 | 1.8727 |
| 2025-01-29 | 1.8813 |
| 2025-02-28 | 1.8786 |
| 2025-03-30 | 1.7968 |
| 2025-04-29 | 1.7197 |
| 2025-05-29 | 1.7337 |
| 2025-06-28 | 1.6713 |
| 2025-07-28 | 1.6782 |
| 2025-08-27 | 1.6871 |
| 2025-09-26 | 1.6756 |
| 2025-10-26 | 1.6840 |
| 2025-11-25 | 1.6932 |
| 2025-12-25 | 1.6606 |
| 2026-01-24 | 1.6542 |
| 2026-02-23 | 1.6534 |
| 2026-03-25 | 1.6851 |
| 2026-04-28 | 1.6681 |
| 2026-05-30 | 1.6774 |
| 2026-07-01 | 1.7150 |
| 2026-07-31 | 1.6993 |
| 2026-08-31 | 1.6874 |
High
2.0150
Low
1.6534
Average
1.7714
Get this rate via the API
One GET request returns the USD/BGN 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=USD¤cies=BGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BGN").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/BGN API questions
How do I get the USD/BGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/BGN rate in rates.BGN.
How far back does USD/BGN historical data go?
Daily USD/BGN 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 USD/BGN 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.