Skip to content

GHS to LKR exchange rate API

Ghana Cedi to Sri Lanka Rupee · quoted 2026-09-26

28.3987

▲ +18.30% over 1Y

1 GHS = 28.3987 LKR · 1 LKR = 0.03521 GHS · Get this rate via the API

1 GHS buys 28.3987 LKR as of 2026-09-26, so 1 LKR buys 0.03521 GHS. Over the last year, GHS/LKR traded between 23.7051 and 29.9650, averaged 28.3142 and rose 18.30%. The API holds daily GHS/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/LKR over 1Y

GHS/LKR over 1Y: show the values
PointGHS/LKR
2025-09-2624.0059
2025-10-0323.7051
2025-10-1024.4925
2025-10-1728.5168
2025-10-2428.1575
2025-10-3128.0650
2025-11-0727.9329
2025-11-1427.9505
2025-11-2127.8705
2025-11-2827.4681
2025-12-0527.1016
2025-12-1326.9116
2025-12-2026.8780
2025-12-2727.8030
2026-01-0329.5678
2026-01-1028.8585
2026-01-1728.6163
2026-01-2428.4780
2026-01-3128.4581
2026-02-0728.2418
2026-02-1428.0734
2026-02-2128.1189
2026-02-2828.9635
2026-03-0728.8753
2026-03-1428.6152
2026-03-2128.6258
2026-03-2828.7171
2026-04-0428.6037
2026-04-1128.6269
2026-04-1828.6038
2026-04-2528.6598
2026-05-0228.5322
2026-05-0928.5124
2026-05-1728.6467
2026-05-2528.1807
2026-06-0128.2160
2026-06-1028.4046
2026-06-1729.6700
2026-06-2429.9650
2026-07-0129.7458
2026-07-0829.4346
2026-07-1529.3524
2026-07-2229.0997
2026-07-2928.9126
2026-08-0528.7277
2026-08-1228.5815
2026-08-2029.9012
2026-08-2729.4073
2026-09-0329.1277
2026-09-1028.8072
2026-09-1728.9330
2026-09-2428.5342

High

29.9650

Low

23.7051

Average

28.3142

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/LKR API questions

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

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

How far back does GHS/LKR historical data go?

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