USD to BGN exchange rate API
US Dollar to Bulgarian Lev · quoted 2026-09-25
1.7202
▲ +3.25% over 1Y
1 USD = 1.7202 BGN · 1 BGN = 0.58132 USD · Get this rate via the API
1 USD buys 1.7202 BGN as of 2026-09-25, so 1 BGN buys 0.58132 USD. Over the last year, USD/BGN traded between 1.6340 and 1.7202, averaged 1.6839 and rose 3.25%. 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 1Y: show the values
| Point | USD/BGN |
|---|---|
| 2025-09-25 | 1.6661 |
| 2025-10-02 | 1.6639 |
| 2025-10-09 | 1.6844 |
| 2025-10-16 | 1.6789 |
| 2025-10-23 | 1.6871 |
| 2025-10-30 | 1.6933 |
| 2025-11-06 | 1.6958 |
| 2025-11-13 | 1.6833 |
| 2025-11-20 | 1.6986 |
| 2025-11-27 | 1.6881 |
| 2025-12-04 | 1.6765 |
| 2025-12-11 | 1.6696 |
| 2025-12-18 | 1.6689 |
| 2025-12-25 | 1.6606 |
| 2026-01-01 | 1.6651 |
| 2026-01-08 | 1.6753 |
| 2026-01-15 | 1.6805 |
| 2026-01-22 | 1.6730 |
| 2026-01-29 | 1.6340 |
| 2026-02-05 | 1.6578 |
| 2026-02-12 | 1.6794 |
| 2026-02-19 | 1.6582 |
| 2026-02-26 | 1.6547 |
| 2026-03-05 | 1.6826 |
| 2026-03-12 | 1.6957 |
| 2026-03-19 | 1.7023 |
| 2026-03-26 | 1.6919 |
| 2026-04-02 | 1.6936 |
| 2026-04-13 | 1.6734 |
| 2026-04-20 | 1.6681 |
| 2026-04-27 | 1.6681 |
| 2026-05-04 | 1.6681 |
| 2026-05-11 | 1.6681 |
| 2026-05-19 | 1.6801 |
| 2026-05-27 | 1.6803 |
| 2026-06-03 | 1.6823 |
| 2026-06-12 | 1.6900 |
| 2026-06-19 | 1.7114 |
| 2026-06-26 | 1.7198 |
| 2026-07-03 | 1.7096 |
| 2026-07-10 | 1.7078 |
| 2026-07-17 | 1.7099 |
| 2026-07-24 | 1.7188 |
| 2026-07-31 | 1.6993 |
| 2026-08-07 | 1.6973 |
| 2026-08-14 | 1.6955 |
| 2026-08-22 | 1.6751 |
| 2026-08-29 | 1.6887 |
| 2026-09-05 | 1.6841 |
| 2026-09-12 | 1.6863 |
| 2026-09-19 | 1.7028 |
High
1.7202
Low
1.6340
Average
1.6839
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.