HNL to EGP exchange rate API
Lempira to Egyptian Pound · quoted 2026-09-25
1.9291
▲ +5.00% over 1Y
1 HNL = 1.9291 EGP · 1 EGP = 0.51837 HNL · Get this rate via the API
1 HNL buys 1.9291 EGP as of 2026-09-25, so 1 EGP buys 0.51837 HNL. Over the last year, HNL/EGP traded between 1.7717 and 2.0455, averaged 1.8726 and rose 5.00%. The API holds daily HNL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HNL/EGP over 1Y: show the values
| Point | HNL/EGP |
|---|---|
| 2025-09-25 | 1.8372 |
| 2025-10-02 | 1.8186 |
| 2025-10-09 | 1.8121 |
| 2025-10-16 | 1.8139 |
| 2025-10-23 | 1.8143 |
| 2025-10-30 | 1.7972 |
| 2025-11-06 | 1.7996 |
| 2025-11-13 | 1.7934 |
| 2025-11-20 | 1.8052 |
| 2025-11-27 | 1.8144 |
| 2025-12-04 | 1.8074 |
| 2025-12-12 | 1.8085 |
| 2025-12-19 | 1.8060 |
| 2025-12-26 | 1.8039 |
| 2026-01-02 | 1.8081 |
| 2026-01-09 | 1.7910 |
| 2026-01-16 | 1.7890 |
| 2026-01-23 | 1.7841 |
| 2026-01-30 | 1.7767 |
| 2026-02-06 | 1.7717 |
| 2026-02-13 | 1.7718 |
| 2026-02-20 | 1.7952 |
| 2026-02-27 | 1.8082 |
| 2026-03-06 | 1.8939 |
| 2026-03-13 | 1.9755 |
| 2026-03-20 | 1.9719 |
| 2026-03-27 | 1.9869 |
| 2026-04-03 | 2.0455 |
| 2026-04-10 | 1.9936 |
| 2026-04-17 | 1.9493 |
| 2026-04-24 | 1.9767 |
| 2026-05-01 | 2.0128 |
| 2026-05-08 | 1.9767 |
| 2026-05-16 | 1.9870 |
| 2026-05-24 | 1.9857 |
| 2026-05-31 | 1.9612 |
| 2026-06-09 | 1.9419 |
| 2026-06-16 | 1.8802 |
| 2026-06-23 | 1.8610 |
| 2026-06-30 | 1.8390 |
| 2026-07-07 | 1.8253 |
| 2026-07-14 | 1.8848 |
| 2026-07-21 | 1.9050 |
| 2026-07-28 | 1.8858 |
| 2026-08-04 | 1.8718 |
| 2026-08-11 | 1.8684 |
| 2026-08-18 | 1.8789 |
| 2026-08-26 | 1.8754 |
| 2026-09-02 | 1.8987 |
| 2026-09-09 | 1.9065 |
| 2026-09-16 | 1.9370 |
| 2026-09-23 | 1.9168 |
High
2.0455
Low
1.7717
Average
1.8726
Get this rate via the API
One GET request returns the HNL/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=HNL¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
HNL/EGP API questions
How do I get the HNL/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HNL/EGP rate in rates.EGP.
How far back does HNL/EGP historical data go?
Daily HNL/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 HNL/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.