Skip to content

SZL to CNY exchange rate API

Lilangeni to Yuan Renminbi · quoted 2026-09-26

0.41156

▼ +2.42% over YTD

1 SZL = 0.41156 CNY · 1 CNY = 2.4298 SZL · Get this rate via the API

1 SZL buys 0.41156 CNY as of 2026-09-26, so 1 CNY buys 2.4298 SZL. Over the year to date, SZL/CNY traded between 0.40269 and 0.43671, averaged 0.41760 and fell 2.42%. The API holds daily SZL/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/CNY over YTD

SZL/CNY over YTD: show the values
PointSZL/CNY
2025-12-310.42177
2026-01-070.42751
2026-01-140.42604
2026-01-210.42461
2026-01-280.43671
2026-02-040.43537
2026-02-110.43541
2026-02-180.43133
2026-02-250.43081
2026-03-040.41731
2026-03-110.42211
2026-03-180.41295
2026-03-250.40758
2026-04-010.40726
2026-04-080.41387
2026-04-150.41646
2026-04-220.41641
2026-04-290.41290
2026-05-060.40793
2026-05-140.41319
2026-05-210.41218
2026-05-290.41668
2026-06-050.41429
2026-06-140.41565
2026-06-210.41205
2026-06-280.41310
2026-07-050.41824
2026-07-120.41531
2026-07-190.41102
2026-07-260.40269
2026-08-020.40845
2026-08-090.41836
2026-08-160.41714
2026-08-240.41988
2026-08-310.41550
2026-09-070.41984
2026-09-140.41426
2026-09-210.41265

High

0.43671

Low

0.40269

Average

0.41760

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=CNY").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/CNY API questions

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

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

How far back does SZL/CNY historical data go?

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