SCR to KHR exchange rate API
Seychelles Rupee to Riel · quoted 2026-09-27
281.4966
▲ +2.07% over 1Y
1 SCR = 281.4966 KHR · 1 KHR = 0.003552 SCR · Get this rate via the API
1 SCR buys 281.4966 KHR as of 2026-09-27, so 1 KHR buys 0.003552 SCR. Over the last year, SCR/KHR traded between 263.2347 and 302.6493, averaged 279.2209 and rose 2.07%. The API holds daily SCR/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/KHR over 1Y: show the values
| Point | SCR/KHR |
|---|---|
| 2025-09-27 | 275.8012 |
| 2025-10-04 | 273.1402 |
| 2025-10-11 | 282.5918 |
| 2025-10-18 | 289.4705 |
| 2025-10-25 | 288.2180 |
| 2025-11-01 | 274.3122 |
| 2025-11-08 | 291.6976 |
| 2025-11-15 | 289.2222 |
| 2025-11-22 | 293.5766 |
| 2025-11-29 | 285.6149 |
| 2025-12-06 | 296.3125 |
| 2025-12-14 | 269.6471 |
| 2025-12-21 | 271.2351 |
| 2025-12-28 | 268.1591 |
| 2026-01-04 | 267.2304 |
| 2026-01-11 | 272.2904 |
| 2026-01-18 | 271.1688 |
| 2026-01-25 | 271.6246 |
| 2026-02-01 | 269.6948 |
| 2026-02-08 | 271.6947 |
| 2026-02-15 | 275.3831 |
| 2026-02-22 | 273.9926 |
| 2026-03-01 | 272.6880 |
| 2026-03-08 | 272.2820 |
| 2026-03-15 | 266.2909 |
| 2026-03-22 | 269.4625 |
| 2026-03-29 | 267.8512 |
| 2026-04-05 | 269.4426 |
| 2026-04-12 | 263.2347 |
| 2026-04-19 | 266.0876 |
| 2026-04-26 | 270.3061 |
| 2026-05-03 | 291.8965 |
| 2026-05-10 | 269.0210 |
| 2026-05-18 | 295.8369 |
| 2026-05-26 | 281.6539 |
| 2026-06-02 | 287.2470 |
| 2026-06-11 | 286.0917 |
| 2026-06-18 | 274.2522 |
| 2026-06-25 | 274.5829 |
| 2026-07-02 | 302.6493 |
| 2026-07-09 | 275.6336 |
| 2026-07-16 | 286.3208 |
| 2026-07-23 | 285.5565 |
| 2026-07-30 | 279.4711 |
| 2026-08-06 | 285.0165 |
| 2026-08-13 | 285.2977 |
| 2026-08-21 | 286.6444 |
| 2026-08-28 | 288.6570 |
| 2026-09-04 | 282.8124 |
| 2026-09-11 | 283.0199 |
| 2026-09-18 | 292.1635 |
| 2026-09-25 | 283.6594 |
High
302.6493
Low
263.2347
Average
279.2209
Get this rate via the API
One GET request returns the SCR/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=SCR¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KHR").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/KHR API questions
How do I get the SCR/KHR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/KHR rate in rates.KHR.
How far back does SCR/KHR historical data go?
Daily SCR/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 SCR/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.