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: show the values
| Point | EGP/HKD |
|---|---|
| 2025-09-25 | 0.16150 |
| 2025-10-02 | 0.16283 |
| 2025-10-09 | 0.16359 |
| 2025-10-16 | 0.16330 |
| 2025-10-23 | 0.16336 |
| 2025-10-30 | 0.16439 |
| 2025-11-06 | 0.16418 |
| 2025-11-13 | 0.16465 |
| 2025-11-20 | 0.16425 |
| 2025-11-27 | 0.16318 |
| 2025-12-04 | 0.16371 |
| 2025-12-11 | 0.16367 |
| 2025-12-18 | 0.16355 |
| 2025-12-25 | 0.16355 |
| 2026-01-01 | 0.16325 |
| 2026-01-08 | 0.16487 |
| 2026-01-15 | 0.16495 |
| 2026-01-22 | 0.16508 |
| 2026-01-29 | 0.16665 |
| 2026-02-05 | 0.16644 |
| 2026-02-12 | 0.16693 |
| 2026-02-19 | 0.16525 |
| 2026-02-26 | 0.16325 |
| 2026-03-05 | 0.15591 |
| 2026-03-12 | 0.14992 |
| 2026-03-19 | 0.14988 |
| 2026-03-26 | 0.14852 |
| 2026-04-02 | 0.14523 |
| 2026-04-09 | 0.14737 |
| 2026-04-16 | 0.15087 |
| 2026-04-23 | 0.14951 |
| 2026-04-30 | 0.14669 |
| 2026-05-07 | 0.14856 |
| 2026-05-14 | 0.14808 |
| 2026-05-21 | 0.14756 |
| 2026-05-28 | 0.15003 |
| 2026-06-04 | 0.15103 |
| 2026-06-11 | 0.15091 |
| 2026-06-18 | 0.15700 |
| 2026-06-25 | 0.15818 |
| 2026-07-02 | 0.15979 |
| 2026-07-09 | 0.15790 |
| 2026-07-16 | 0.15523 |
| 2026-07-23 | 0.15285 |
| 2026-07-30 | 0.15390 |
| 2026-08-06 | 0.15766 |
| 2026-08-13 | 0.15626 |
| 2026-08-20 | 0.15448 |
| 2026-08-27 | 0.15601 |
| 2026-09-03 | 0.15395 |
| 2026-09-10 | 0.15289 |
| 2026-09-17 | 0.15046 |
| 2026-09-24 | 0.15188 |
High
0.16693
Low
0.14523
Average
0.15734
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.