Skip to content

HKD to BGN exchange rate API

Hong Kong Dollar to Bulgarian Lev · quoted 2026-09-25

0.21930

▲ +2.38% over 1Y

1 HKD = 0.21930 BGN · 1 BGN = 4.5600 HKD · Get this rate via the API

1 HKD buys 0.21930 BGN as of 2026-09-25, so 1 BGN buys 4.5600 HKD. Over the last year, HKD/BGN traded between 0.20937 and 0.21931, averaged 0.21546 and rose 2.38%. The API holds daily HKD/BGN rates from 2000-07-19 — 26 years of history — so any past day, or a whole series, is one request away.

HKD/BGN over 1Y

HKD/BGN over 1Y: show the values
PointHKD/BGN
2025-09-250.21420
2025-10-020.21385
2025-10-090.21651
2025-10-160.21600
2025-10-230.21709
2025-10-300.21798
2025-11-060.21811
2025-11-130.21662
2025-11-200.21817
2025-11-270.21703
2025-12-040.21539
2025-12-110.21456
2025-12-180.21447
2025-12-250.21358
2026-01-010.21394
2026-01-080.21498
2026-01-150.21547
2026-01-220.21454
2026-01-290.20937
2026-02-050.21219
2026-02-120.21485
2026-02-190.21219
2026-02-260.21153
2026-03-050.21514
2026-03-120.21664
2026-03-190.21739
2026-03-260.21625
2026-04-020.21610
2026-04-130.21367
2026-04-200.21298
2026-04-270.21284
2026-05-040.21296
2026-05-110.21306
2026-05-190.21450
2026-05-270.21446
2026-06-030.21468
2026-06-120.21568
2026-06-190.21832
2026-06-260.21931
2026-07-030.21797
2026-07-100.21783
2026-07-170.21809
2026-07-240.21916
2026-07-310.21666
2026-08-070.21635
2026-08-140.21606
2026-08-220.21365
2026-08-290.21540
2026-09-050.21478
2026-09-120.21501
2026-09-190.21706

High

0.21931

Low

0.20937

Average

0.21546

For developers

Get this rate via the API

One GET request returns the HKD/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=HKD&currencies=BGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&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=HKD&currencies=BGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/BGN API questions

How do I get the HKD/BGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BGN rate in rates.BGN.

How far back does HKD/BGN historical data go?

Daily HKD/BGN rates are available from 2000-07-19. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/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.