Skip to content

EGP to HKD exchange rate API

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

0.15154

▼ +6.17% over 1Y

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

1 EGP buys 0.15154 HKD as of 2026-09-25, so 1 HKD buys 6.5990 EGP. Over the last year, EGP/HKD traded between 0.14523 and 0.16693, averaged 0.15734 and fell 6.17%. The API holds daily EGP/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/HKD over 1Y

EGP/HKD over 1Y: show the values
PointEGP/HKD
2025-09-250.16150
2025-10-020.16283
2025-10-090.16359
2025-10-160.16330
2025-10-230.16336
2025-10-300.16439
2025-11-060.16418
2025-11-130.16465
2025-11-200.16425
2025-11-270.16318
2025-12-040.16371
2025-12-110.16367
2025-12-180.16355
2025-12-250.16355
2026-01-010.16325
2026-01-080.16487
2026-01-150.16495
2026-01-220.16508
2026-01-290.16665
2026-02-050.16644
2026-02-120.16693
2026-02-190.16525
2026-02-260.16325
2026-03-050.15591
2026-03-120.14992
2026-03-190.14988
2026-03-260.14852
2026-04-020.14523
2026-04-090.14737
2026-04-160.15087
2026-04-230.14951
2026-04-300.14669
2026-05-070.14856
2026-05-140.14808
2026-05-210.14756
2026-05-280.15003
2026-06-040.15103
2026-06-110.15091
2026-06-180.15700
2026-06-250.15818
2026-07-020.15979
2026-07-090.15790
2026-07-160.15523
2026-07-230.15285
2026-07-300.15390
2026-08-060.15766
2026-08-130.15626
2026-08-200.15448
2026-08-270.15601
2026-09-030.15395
2026-09-100.15289
2026-09-170.15046
2026-09-240.15188

High

0.16693

Low

0.14523

Average

0.15734

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/HKD API questions

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

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

How far back does EGP/HKD historical data go?

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