Skip to content

SZL to KHR exchange rate API

Lilangeni to Riel · quoted 2026-09-26

248.8759

▲ +6.31% over 6M

1 SZL = 248.8759 KHR · 1 KHR = 0.004018 SZL · Get this rate via the API

1 SZL buys 248.8759 KHR as of 2026-09-26, so 1 KHR buys 0.004018 SZL. Over the last 6 months, SZL/KHR traded between 234.1060 and 253.4001, averaged 245.4694 and rose 6.31%. The API holds daily SZL/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/KHR over 6M

SZL/KHR over 6M: show the values
PointSZL/KHR
2026-03-30234.1060
2026-04-06235.3902
2026-04-13243.9392
2026-04-20244.1302
2026-04-27241.0425
2026-05-04240.8490
2026-05-11244.7244
2026-05-19240.8928
2026-05-27245.6736
2026-06-03246.6760
2026-06-12246.6729
2026-06-19242.7429
2026-06-26243.0348
2026-07-03247.4038
2026-07-10247.6314
2026-07-17245.3730
2026-07-24239.9532
2026-07-31244.7234
2026-08-07248.2284
2026-08-14249.8052
2026-08-22252.6350
2026-08-29250.2409
2026-09-05253.4001
2026-09-12251.3543
2026-09-19249.2986
2026-09-26248.8759

High

253.4001

Low

234.1060

Average

245.4694

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/KHR API questions

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

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

How far back does SZL/KHR historical data go?

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