Skip to content

GHS to SZL exchange rate API

Ghana Cedi to Lilangeni · quoted 2026-09-26

1.4041

▼ +0.49% over 1Y

1 GHS = 1.4041 SZL · 1 SZL = 0.71223 GHS · Get this rate via the API

1 GHS buys 1.4041 SZL as of 2026-09-26, so 1 SZL buys 0.71223 GHS. Over the last year, GHS/SZL traded between 1.3814 and 1.6304, averaged 1.4762 and fell 0.49%. The API holds daily GHS/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/SZL over 1Y

GHS/SZL over 1Y: show the values
PointGHS/SZL
2025-09-261.4110
2025-10-031.3825
2025-10-101.3895
2025-10-171.6304
2025-10-241.6052
2025-10-311.5899
2025-11-071.5909
2025-11-141.5527
2025-11-211.5567
2025-11-281.5270
2025-12-051.4902
2025-12-131.4693
2025-12-201.4593
2025-12-271.4968
2026-01-031.5743
2026-01-101.5387
2026-01-171.5159
2026-01-241.4836
2026-01-311.4764
2026-02-071.4634
2026-02-141.4487
2026-02-211.4574
2026-02-281.4922
2026-03-071.5359
2026-03-141.5577
2026-03-211.5712
2026-03-281.5642
2026-04-041.5423
2026-04-111.4913
2026-04-181.4782
2026-04-251.4945
2026-05-021.4870
2026-05-091.4499
2026-05-171.4611
2026-05-251.4083
2026-06-011.3837
2026-06-101.4161
2026-06-171.4358
2026-06-241.4775
2026-07-011.4509
2026-07-081.4250
2026-07-151.4248
2026-07-221.4201
2026-07-291.4373
2026-08-051.3968
2026-08-121.3814
2026-08-201.4551
2026-08-271.4264
2026-09-031.4207
2026-09-101.4032
2026-09-171.4214
2026-09-241.4140

High

1.6304

Low

1.3814

Average

1.4762

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/SZL API questions

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

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

How far back does GHS/SZL historical data go?

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