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: show the values
| Point | SZL/KHR |
|---|---|
| 2025-09-26 | 229.9522 |
| 2025-10-03 | 231.6129 |
| 2025-10-10 | 233.9024 |
| 2025-10-17 | 231.2096 |
| 2025-10-24 | 232.1616 |
| 2025-10-31 | 232.4614 |
| 2025-11-07 | 231.0540 |
| 2025-11-14 | 235.6482 |
| 2025-11-21 | 232.4665 |
| 2025-11-28 | 233.4647 |
| 2025-12-05 | 235.8072 |
| 2025-12-13 | 237.1558 |
| 2025-12-20 | 239.2661 |
| 2025-12-27 | 240.4987 |
| 2026-01-03 | 243.2612 |
| 2026-01-10 | 243.8604 |
| 2026-01-17 | 245.3262 |
| 2026-01-24 | 249.7350 |
| 2026-01-31 | 249.2918 |
| 2026-02-07 | 251.4743 |
| 2026-02-14 | 251.8535 |
| 2026-02-21 | 250.6440 |
| 2026-02-28 | 251.8717 |
| 2026-03-07 | 242.3289 |
| 2026-03-14 | 236.7425 |
| 2026-03-21 | 234.2209 |
| 2026-03-28 | 233.7945 |
| 2026-04-04 | 235.8973 |
| 2026-04-11 | 244.2952 |
| 2026-04-18 | 245.4846 |
| 2026-04-25 | 241.0425 |
| 2026-05-02 | 240.8412 |
| 2026-05-09 | 244.9548 |
| 2026-05-17 | 240.0148 |
| 2026-05-25 | 244.7787 |
| 2026-06-01 | 247.3717 |
| 2026-06-10 | 243.2558 |
| 2026-06-17 | 247.9442 |
| 2026-06-24 | 241.8234 |
| 2026-07-01 | 244.9653 |
| 2026-07-08 | 247.7840 |
| 2026-07-15 | 247.3231 |
| 2026-07-22 | 245.7330 |
| 2026-07-29 | 241.5600 |
| 2026-08-05 | 247.2874 |
| 2026-08-12 | 249.8933 |
| 2026-08-20 | 250.1371 |
| 2026-08-27 | 253.4092 |
| 2026-09-03 | 252.1738 |
| 2026-09-10 | 252.7028 |
| 2026-09-17 | 248.9445 |
| 2026-09-24 | 248.3541 |
High
253.4092
Low
229.9522
Average
242.6022
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.