SCR to KHR exchange rate API
Seychelles Rupee to Riel · quoted 2026-09-27
281.4966
▲ +2.54% over YTD
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 year to date, SCR/KHR traded between 266.9959 and 295.8070, averaged 279.4333 and rose 2.54%. 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 YTD: show the values
| Point | SCR/KHR |
|---|---|
| 2025-12-31 | 274.5128 |
| 2026-01-07 | 286.6298 |
| 2026-01-14 | 277.4385 |
| 2026-01-21 | 284.1103 |
| 2026-01-28 | 273.8408 |
| 2026-02-04 | 269.6795 |
| 2026-02-11 | 269.2392 |
| 2026-02-18 | 278.7619 |
| 2026-02-25 | 266.9959 |
| 2026-03-04 | 292.7796 |
| 2026-03-11 | 295.8070 |
| 2026-03-18 | 281.0246 |
| 2026-03-25 | 275.8345 |
| 2026-04-01 | 269.4463 |
| 2026-04-08 | 285.6504 |
| 2026-04-15 | 284.4452 |
| 2026-04-22 | 271.9491 |
| 2026-04-29 | 293.4488 |
| 2026-05-06 | 289.6026 |
| 2026-05-14 | 280.6138 |
| 2026-05-21 | 279.4871 |
| 2026-05-29 | 281.9294 |
| 2026-06-05 | 288.1276 |
| 2026-06-14 | 276.6427 |
| 2026-06-21 | 273.9912 |
| 2026-06-28 | 270.0504 |
| 2026-07-05 | 278.0321 |
| 2026-07-12 | 272.7609 |
| 2026-07-19 | 276.6911 |
| 2026-07-26 | 278.7031 |
| 2026-08-02 | 274.4563 |
| 2026-08-09 | 275.5242 |
| 2026-08-16 | 275.7910 |
| 2026-08-24 | 278.2005 |
| 2026-08-31 | 283.1324 |
| 2026-09-07 | 284.8777 |
| 2026-09-14 | 285.7496 |
| 2026-09-21 | 280.4459 |
High
295.8070
Low
266.9959
Average
279.4333
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.