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: show the values
| Point | HKD/EGP |
|---|---|
| 2025-09-25 | 6.1921 |
| 2025-10-02 | 6.1415 |
| 2025-10-09 | 6.1128 |
| 2025-10-16 | 6.1236 |
| 2025-10-23 | 6.1215 |
| 2025-10-30 | 6.0829 |
| 2025-11-06 | 6.0909 |
| 2025-11-13 | 6.0733 |
| 2025-11-20 | 6.0882 |
| 2025-11-27 | 6.1281 |
| 2025-12-04 | 6.1085 |
| 2025-12-11 | 6.1100 |
| 2025-12-18 | 6.1143 |
| 2025-12-25 | 6.1143 |
| 2026-01-01 | 6.1256 |
| 2026-01-08 | 6.0655 |
| 2026-01-15 | 6.0626 |
| 2026-01-22 | 6.0576 |
| 2026-01-29 | 6.0007 |
| 2026-02-05 | 6.0081 |
| 2026-02-12 | 5.9905 |
| 2026-02-19 | 6.0516 |
| 2026-02-26 | 6.1255 |
| 2026-03-05 | 6.4139 |
| 2026-03-12 | 6.6700 |
| 2026-03-19 | 6.6721 |
| 2026-03-26 | 6.7333 |
| 2026-04-02 | 6.8855 |
| 2026-04-09 | 6.7857 |
| 2026-04-16 | 6.6281 |
| 2026-04-23 | 6.6887 |
| 2026-04-30 | 6.8173 |
| 2026-05-07 | 6.7311 |
| 2026-05-14 | 6.7530 |
| 2026-05-21 | 6.7770 |
| 2026-05-28 | 6.6653 |
| 2026-06-04 | 6.6212 |
| 2026-06-11 | 6.6266 |
| 2026-06-18 | 6.3693 |
| 2026-06-25 | 6.3217 |
| 2026-07-02 | 6.2581 |
| 2026-07-09 | 6.3329 |
| 2026-07-16 | 6.4421 |
| 2026-07-23 | 6.5424 |
| 2026-07-30 | 6.4979 |
| 2026-08-06 | 6.3428 |
| 2026-08-13 | 6.3995 |
| 2026-08-20 | 6.4733 |
| 2026-08-27 | 6.4098 |
| 2026-09-03 | 6.4957 |
| 2026-09-10 | 6.5406 |
| 2026-09-17 | 6.6463 |
| 2026-09-24 | 6.5842 |
High
6.8855
Low
5.9905
Average
6.3669
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.