Skip to content

SZL to KHR exchange rate API

Lilangeni to Riel · quoted 2026-09-26

248.8759

▲ +8.23% over 1Y

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 year, SZL/KHR traded between 229.9522 and 253.4092, averaged 242.6022 and rose 8.23%. 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 1Y

SZL/KHR over 1Y: show the values
PointSZL/KHR
2025-09-26229.9522
2025-10-03231.6129
2025-10-10233.9024
2025-10-17231.2096
2025-10-24232.1616
2025-10-31232.4614
2025-11-07231.0540
2025-11-14235.6482
2025-11-21232.4665
2025-11-28233.4647
2025-12-05235.8072
2025-12-13237.1558
2025-12-20239.2661
2025-12-27240.4987
2026-01-03243.2612
2026-01-10243.8604
2026-01-17245.3262
2026-01-24249.7350
2026-01-31249.2918
2026-02-07251.4743
2026-02-14251.8535
2026-02-21250.6440
2026-02-28251.8717
2026-03-07242.3289
2026-03-14236.7425
2026-03-21234.2209
2026-03-28233.7945
2026-04-04235.8973
2026-04-11244.2952
2026-04-18245.4846
2026-04-25241.0425
2026-05-02240.8412
2026-05-09244.9548
2026-05-17240.0148
2026-05-25244.7787
2026-06-01247.3717
2026-06-10243.2558
2026-06-17247.9442
2026-06-24241.8234
2026-07-01244.9653
2026-07-08247.7840
2026-07-15247.3231
2026-07-22245.7330
2026-07-29241.5600
2026-08-05247.2874
2026-08-12249.8933
2026-08-20250.1371
2026-08-27253.4092
2026-09-03252.1738
2026-09-10252.7028
2026-09-17248.9445
2026-09-24248.3541

High

253.4092

Low

229.9522

Average

242.6022

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.