Skip to content

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

SCR/KHR over YTD: show the values
PointSCR/KHR
2025-12-31274.5128
2026-01-07286.6298
2026-01-14277.4385
2026-01-21284.1103
2026-01-28273.8408
2026-02-04269.6795
2026-02-11269.2392
2026-02-18278.7619
2026-02-25266.9959
2026-03-04292.7796
2026-03-11295.8070
2026-03-18281.0246
2026-03-25275.8345
2026-04-01269.4463
2026-04-08285.6504
2026-04-15284.4452
2026-04-22271.9491
2026-04-29293.4488
2026-05-06289.6026
2026-05-14280.6138
2026-05-21279.4871
2026-05-29281.9294
2026-06-05288.1276
2026-06-14276.6427
2026-06-21273.9912
2026-06-28270.0504
2026-07-05278.0321
2026-07-12272.7609
2026-07-19276.6911
2026-07-26278.7031
2026-08-02274.4563
2026-08-09275.5242
2026-08-16275.7910
2026-08-24278.2005
2026-08-31283.1324
2026-09-07284.8777
2026-09-14285.7496
2026-09-21280.4459

High

295.8070

Low

266.9959

Average

279.4333

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=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&currencies=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.