Skip to content

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

USD/BGN over 1Y: show the values
PointUSD/BGN
2025-09-251.6661
2025-10-021.6639
2025-10-091.6844
2025-10-161.6789
2025-10-231.6871
2025-10-301.6933
2025-11-061.6958
2025-11-131.6833
2025-11-201.6986
2025-11-271.6881
2025-12-041.6765
2025-12-111.6696
2025-12-181.6689
2025-12-251.6606
2026-01-011.6651
2026-01-081.6753
2026-01-151.6805
2026-01-221.6730
2026-01-291.6340
2026-02-051.6578
2026-02-121.6794
2026-02-191.6582
2026-02-261.6547
2026-03-051.6826
2026-03-121.6957
2026-03-191.7023
2026-03-261.6919
2026-04-021.6936
2026-04-131.6734
2026-04-201.6681
2026-04-271.6681
2026-05-041.6681
2026-05-111.6681
2026-05-191.6801
2026-05-271.6803
2026-06-031.6823
2026-06-121.6900
2026-06-191.7114
2026-06-261.7198
2026-07-031.7096
2026-07-101.7078
2026-07-171.7099
2026-07-241.7188
2026-07-311.6993
2026-08-071.6973
2026-08-141.6955
2026-08-221.6751
2026-08-291.6887
2026-09-051.6841
2026-09-121.6863
2026-09-191.7028

High

1.7202

Low

1.6340

Average

1.6839

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.