Skip to content

HKD to EGP exchange rate API

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

6.5990

▲ +5.59% over 5Y

1 HKD = 6.5990 EGP · 1 EGP = 0.15154 HKD · Get this rate via the API

1 HKD buys 6.5990 EGP as of 2026-09-25, so 1 EGP buys 0.15154 HKD. Over the last 5 years, HKD/EGP traded between 6.0310 and 6.8847, averaged 6.3602 and rose 5.59%. 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 5Y

HKD/EGP over 5Y: show the values
PointHKD/EGP
2024-08-246.2497
2024-10-066.2237
2024-11-056.2122
2024-12-056.4006
2025-01-046.5265
2025-02-036.3883
2025-03-056.4267
2025-04-056.5033
2025-05-056.5377
2025-06-056.3289
2025-07-056.2766
2025-08-046.1971
2025-09-036.2201
2025-10-036.1356
2025-11-026.0766
2025-12-026.1030
2026-01-016.1256
2026-01-316.0310
2026-03-026.2412
2026-04-016.8847
2026-05-016.8392
2026-05-316.6763
2026-06-306.2722
2026-07-306.4979
2026-08-296.3901

High

6.8847

Low

6.0310

Average

6.3602

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.