Skip to content

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

USD/BGN over 5Y: show the values
PointUSD/BGN
2021-09-271.6719
2021-11-081.6891
2021-12-201.7349
2022-01-311.7531
2022-03-141.7845
2022-04-271.8481
2022-06-081.8212
2022-07-201.9176
2022-08-311.9558
2022-10-122.0150
2022-11-231.8942
2023-01-051.8449
2023-02-161.8278
2023-03-301.7966
2023-05-161.7974
2023-06-271.7860
2023-08-081.7871
2023-09-191.8256
2023-10-311.8418
2023-12-121.8103
2024-01-261.7991
2024-03-081.7891
2024-04-231.8323
2024-06-051.7989
2024-07-171.7887
2024-08-271.7522
2024-10-011.7421
2024-10-311.7973
2024-11-301.8489
2024-12-301.8727
2025-01-291.8813
2025-02-281.8786
2025-03-301.7968
2025-04-291.7197
2025-05-291.7337
2025-06-281.6713
2025-07-281.6782
2025-08-271.6871
2025-09-261.6756
2025-10-261.6840
2025-11-251.6932
2025-12-251.6606
2026-01-241.6542
2026-02-231.6534
2026-03-251.6851
2026-04-281.6681
2026-05-301.6774
2026-07-011.7150
2026-07-311.6993
2026-08-311.6874

High

2.0150

Low

1.6534

Average

1.7714

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=BGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=BGN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.