Skip to content

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

HNL/EGP over 1Y: show the values
PointHNL/EGP
2025-09-251.8372
2025-10-021.8186
2025-10-091.8121
2025-10-161.8139
2025-10-231.8143
2025-10-301.7972
2025-11-061.7996
2025-11-131.7934
2025-11-201.8052
2025-11-271.8144
2025-12-041.8074
2025-12-121.8085
2025-12-191.8060
2025-12-261.8039
2026-01-021.8081
2026-01-091.7910
2026-01-161.7890
2026-01-231.7841
2026-01-301.7767
2026-02-061.7717
2026-02-131.7718
2026-02-201.7952
2026-02-271.8082
2026-03-061.8939
2026-03-131.9755
2026-03-201.9719
2026-03-271.9869
2026-04-032.0455
2026-04-101.9936
2026-04-171.9493
2026-04-241.9767
2026-05-012.0128
2026-05-081.9767
2026-05-161.9870
2026-05-241.9857
2026-05-311.9612
2026-06-091.9419
2026-06-161.8802
2026-06-231.8610
2026-06-301.8390
2026-07-071.8253
2026-07-141.8848
2026-07-211.9050
2026-07-281.8858
2026-08-041.8718
2026-08-111.8684
2026-08-181.8789
2026-08-261.8754
2026-09-021.8987
2026-09-091.9065
2026-09-161.9370
2026-09-231.9168

High

2.0455

Low

1.7717

Average

1.8726

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HNL&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=HNL&currencies=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&currencies=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.