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: show the values
| Point | GHS/LKR |
|---|---|
| 2025-09-26 | 24.0059 |
| 2025-10-03 | 23.7051 |
| 2025-10-10 | 24.4925 |
| 2025-10-17 | 28.5168 |
| 2025-10-24 | 28.1575 |
| 2025-10-31 | 28.0650 |
| 2025-11-07 | 27.9329 |
| 2025-11-14 | 27.9505 |
| 2025-11-21 | 27.8705 |
| 2025-11-28 | 27.4681 |
| 2025-12-05 | 27.1016 |
| 2025-12-13 | 26.9116 |
| 2025-12-20 | 26.8780 |
| 2025-12-27 | 27.8030 |
| 2026-01-03 | 29.5678 |
| 2026-01-10 | 28.8585 |
| 2026-01-17 | 28.6163 |
| 2026-01-24 | 28.4780 |
| 2026-01-31 | 28.4581 |
| 2026-02-07 | 28.2418 |
| 2026-02-14 | 28.0734 |
| 2026-02-21 | 28.1189 |
| 2026-02-28 | 28.9635 |
| 2026-03-07 | 28.8753 |
| 2026-03-14 | 28.6152 |
| 2026-03-21 | 28.6258 |
| 2026-03-28 | 28.7171 |
| 2026-04-04 | 28.6037 |
| 2026-04-11 | 28.6269 |
| 2026-04-18 | 28.6038 |
| 2026-04-25 | 28.6598 |
| 2026-05-02 | 28.5322 |
| 2026-05-09 | 28.5124 |
| 2026-05-17 | 28.6467 |
| 2026-05-25 | 28.1807 |
| 2026-06-01 | 28.2160 |
| 2026-06-10 | 28.4046 |
| 2026-06-17 | 29.6700 |
| 2026-06-24 | 29.9650 |
| 2026-07-01 | 29.7458 |
| 2026-07-08 | 29.4346 |
| 2026-07-15 | 29.3524 |
| 2026-07-22 | 29.0997 |
| 2026-07-29 | 28.9126 |
| 2026-08-05 | 28.7277 |
| 2026-08-12 | 28.5815 |
| 2026-08-20 | 29.9012 |
| 2026-08-27 | 29.4073 |
| 2026-09-03 | 29.1277 |
| 2026-09-10 | 28.8072 |
| 2026-09-17 | 28.9330 |
| 2026-09-24 | 28.5342 |
High
29.9650
Low
23.7051
Average
28.3142
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=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¤cies=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.