Skip to content

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

SCR/KHR over 1Y: show the values
PointSCR/KHR
2025-09-27275.8012
2025-10-04273.1402
2025-10-11282.5918
2025-10-18289.4705
2025-10-25288.2180
2025-11-01274.3122
2025-11-08291.6976
2025-11-15289.2222
2025-11-22293.5766
2025-11-29285.6149
2025-12-06296.3125
2025-12-14269.6471
2025-12-21271.2351
2025-12-28268.1591
2026-01-04267.2304
2026-01-11272.2904
2026-01-18271.1688
2026-01-25271.6246
2026-02-01269.6948
2026-02-08271.6947
2026-02-15275.3831
2026-02-22273.9926
2026-03-01272.6880
2026-03-08272.2820
2026-03-15266.2909
2026-03-22269.4625
2026-03-29267.8512
2026-04-05269.4426
2026-04-12263.2347
2026-04-19266.0876
2026-04-26270.3061
2026-05-03291.8965
2026-05-10269.0210
2026-05-18295.8369
2026-05-26281.6539
2026-06-02287.2470
2026-06-11286.0917
2026-06-18274.2522
2026-06-25274.5829
2026-07-02302.6493
2026-07-09275.6336
2026-07-16286.3208
2026-07-23285.5565
2026-07-30279.4711
2026-08-06285.0165
2026-08-13285.2977
2026-08-21286.6444
2026-08-28288.6570
2026-09-04282.8124
2026-09-11283.0199
2026-09-18292.1635
2026-09-25283.6594

High

302.6493

Low

263.2347

Average

279.2209

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.