Skip to content

GHS to EGP exchange rate API

Ghana Cedi to Egyptian Pound · quoted 2026-09-26

4.4601

▲ +14.70% over 1Y

1 GHS = 4.4601 EGP · 1 EGP = 0.22421 GHS · Get this rate via the API

1 GHS buys 4.4601 EGP as of 2026-09-26, so 1 EGP buys 0.22421 GHS. Over the last year, GHS/EGP traded between 3.8127 and 4.9373, averaged 4.4226 and rose 14.70%. The API holds daily GHS/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/EGP over 1Y

GHS/EGP over 1Y: show the values
PointGHS/EGP
2025-09-263.8884
2025-10-033.8127
2025-10-103.8407
2025-10-174.4695
2025-10-244.4072
2025-10-314.3478
2025-11-074.3322
2025-11-144.3042
2025-11-214.2857
2025-11-284.2414
2025-12-054.1721
2025-12-134.1209
2025-12-204.1519
2025-12-274.2707
2026-01-034.5614
2026-01-104.4232
2026-01-174.3512
2026-01-244.3313
2026-01-314.3094
2026-02-074.2657
2026-02-144.2321
2026-02-214.3192
2026-02-284.4490
2026-03-074.6684
2026-03-144.8051
2026-03-214.7945
2026-03-284.7986
2026-04-044.9373
2026-04-114.8191
2026-04-184.6952
2026-04-254.7346
2026-05-024.7876
2026-05-094.6716
2026-05-174.6334
2026-05-254.5130
2026-06-014.4464
2026-06-104.4326
2026-06-174.4349
2026-06-244.4228
2026-07-014.3395
2026-07-084.3197
2026-07-154.4110
2026-07-224.4199
2026-07-294.3491
2026-08-054.2676
2026-08-124.2836
2026-08-204.5887
2026-08-274.4875
2026-09-034.5104
2026-09-104.4864
2026-09-174.5351
2026-09-244.4575

High

4.9373

Low

3.8127

Average

4.4226

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/EGP API questions

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

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

How far back does GHS/EGP historical data go?

Daily GHS/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 GHS/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.