Skip to content

HKD to EGP exchange rate API

Hong Kong Dollar to Egyptian Pound · quoted 2026-09-25

6.5994

▲ +6.58% over 1Y

1 HKD = 6.5994 EGP · 1 EGP = 0.15153 HKD · Get this rate via the API

1 HKD buys 6.5994 EGP as of 2026-09-25, so 1 EGP buys 0.15153 HKD. Over the last year, HKD/EGP traded between 5.9905 and 6.8855, averaged 6.3669 and rose 6.58%. The API holds daily HKD/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/EGP over 1Y

HKD/EGP over 1Y: show the values
PointHKD/EGP
2025-09-256.1921
2025-10-026.1415
2025-10-096.1128
2025-10-166.1236
2025-10-236.1215
2025-10-306.0829
2025-11-066.0909
2025-11-136.0733
2025-11-206.0882
2025-11-276.1281
2025-12-046.1085
2025-12-116.1100
2025-12-186.1143
2025-12-256.1143
2026-01-016.1256
2026-01-086.0655
2026-01-156.0626
2026-01-226.0576
2026-01-296.0007
2026-02-056.0081
2026-02-125.9905
2026-02-196.0516
2026-02-266.1255
2026-03-056.4139
2026-03-126.6700
2026-03-196.6721
2026-03-266.7333
2026-04-026.8855
2026-04-096.7857
2026-04-166.6281
2026-04-236.6887
2026-04-306.8173
2026-05-076.7311
2026-05-146.7530
2026-05-216.7770
2026-05-286.6653
2026-06-046.6212
2026-06-116.6266
2026-06-186.3693
2026-06-256.3217
2026-07-026.2581
2026-07-096.3329
2026-07-166.4421
2026-07-236.5424
2026-07-306.4979
2026-08-066.3428
2026-08-136.3995
2026-08-206.4733
2026-08-276.4098
2026-09-036.4957
2026-09-106.5406
2026-09-176.6463
2026-09-246.5842

High

6.8855

Low

5.9905

Average

6.3669

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/EGP API questions

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

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

How far back does HKD/EGP historical data go?

Daily HKD/EGP 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 HKD/EGP 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.