Skip to content

EGP to HTG exchange rate API

Egyptian Pound to Gourde · quoted 2026-09-25

2.5270

▼ +8.17% over YTD

1 EGP = 2.5270 HTG · 1 HTG = 0.39572 EGP · Get this rate via the API

1 EGP buys 2.5270 HTG as of 2026-09-25, so 1 HTG buys 0.39572 EGP. Over the year to date, EGP/HTG traded between 2.4232 and 2.8084, averaged 2.6003 and fell 8.17%. The API holds daily EGP/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/HTG over YTD

EGP/HTG over YTD: show the values
PointEGP/HTG
2025-12-312.7520
2026-01-072.7713
2026-01-142.7877
2026-01-212.7623
2026-01-282.8084
2026-02-042.7886
2026-02-112.8044
2026-02-182.7902
2026-02-252.7513
2026-03-042.6226
2026-03-112.5329
2026-03-182.5054
2026-03-252.4959
2026-04-012.4327
2026-04-082.4232
2026-04-152.5130
2026-04-222.5261
2026-04-292.4739
2026-05-062.4577
2026-05-142.4689
2026-05-212.4660
2026-05-292.5014
2026-06-052.5262
2026-06-142.5359
2026-06-212.6272
2026-06-282.6435
2026-07-052.6683
2026-07-122.6463
2026-07-192.5979
2026-07-262.5664
2026-08-022.5828
2026-08-092.6442
2026-08-162.6222
2026-08-242.5785
2026-08-312.5920
2026-09-072.5690
2026-09-142.5378
2026-09-212.5116

High

2.8084

Low

2.4232

Average

2.6003

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/HTG API questions

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

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

How far back does EGP/HTG historical data go?

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