GEL to GHS exchange rate API
Lari to Ghana Cedi · quoted 2026-09-25
4.4583
▼ +2.00% over 1Y
1 GEL = 4.4583 GHS · 1 GHS = 0.22430 GEL · Get this rate via the API
1 GEL buys 4.4583 GHS as of 2026-09-25, so 1 GHS buys 0.22430 GEL. Over the last year, GEL/GHS traded between 3.8878 and 4.6065, averaged 4.2123 and fell 2.00%. The API holds daily GEL/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/GHS over 1Y: show the values
| Point | GEL/GHS |
|---|---|
| 2025-09-25 | 4.5492 |
| 2025-10-02 | 4.6065 |
| 2025-10-09 | 4.5610 |
| 2025-10-16 | 4.0747 |
| 2025-10-23 | 3.9775 |
| 2025-10-30 | 4.0008 |
| 2025-11-06 | 4.0348 |
| 2025-11-13 | 4.0534 |
| 2025-11-20 | 4.0792 |
| 2025-11-27 | 4.1422 |
| 2025-12-04 | 4.2183 |
| 2025-12-12 | 4.2528 |
| 2025-12-19 | 4.2730 |
| 2025-12-26 | 4.1207 |
| 2026-01-02 | 3.8878 |
| 2026-01-09 | 3.9796 |
| 2026-01-16 | 4.0113 |
| 2026-01-23 | 4.0410 |
| 2026-01-30 | 4.0675 |
| 2026-02-06 | 4.0836 |
| 2026-02-13 | 4.0955 |
| 2026-02-20 | 4.1093 |
| 2026-02-27 | 3.9883 |
| 2026-03-06 | 3.9643 |
| 2026-03-13 | 3.9895 |
| 2026-03-20 | 3.9987 |
| 2026-03-27 | 4.0508 |
| 2026-04-03 | 4.0918 |
| 2026-04-10 | 4.0953 |
| 2026-04-17 | 4.0905 |
| 2026-04-24 | 4.1303 |
| 2026-05-01 | 4.1694 |
| 2026-05-08 | 4.2118 |
| 2026-05-16 | 4.2788 |
| 2026-05-24 | 4.3506 |
| 2026-05-31 | 4.4055 |
| 2026-06-09 | 4.4519 |
| 2026-06-16 | 4.2037 |
| 2026-06-23 | 4.2423 |
| 2026-06-30 | 4.2805 |
| 2026-07-07 | 4.3278 |
| 2026-07-14 | 4.3731 |
| 2026-07-21 | 4.4124 |
| 2026-07-28 | 4.4433 |
| 2026-08-04 | 4.4690 |
| 2026-08-11 | 4.4987 |
| 2026-08-18 | 4.2196 |
| 2026-08-26 | 4.2796 |
| 2026-09-02 | 4.3193 |
| 2026-09-09 | 4.3857 |
| 2026-09-16 | 4.4143 |
| 2026-09-23 | 4.4377 |
High
4.6065
Low
3.8878
Average
4.2123
Get this rate via the API
One GET request returns the GEL/GHS 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=GEL¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GHS").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/GHS API questions
How do I get the GEL/GHS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/GHS rate in rates.GHS.
How far back does GEL/GHS historical data go?
Daily GEL/GHS 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 GEL/GHS 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.