Skip to content

SCR to KHR exchange rate API

Seychelles Rupee to Riel · quoted 2026-09-27

281.4966

▼ +5.19% over 5Y

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 5 years, SCR/KHR traded between 268.2197 and 296.9013, averaged 280.0382 and fell 5.19%. 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 5Y

SCR/KHR over 5Y: show the values
PointSCR/KHR
2024-08-24296.9013
2024-10-07281.7340
2024-11-06295.7825
2024-12-06294.4031
2025-01-05270.3364
2025-02-04276.8678
2025-03-06279.0306
2025-04-06270.2356
2025-05-06280.0300
2025-06-07277.6832
2025-07-07284.4395
2025-08-06277.7675
2025-09-05278.1193
2025-10-06277.0666
2025-11-05268.3357
2025-12-05286.9181
2026-01-05269.6905
2026-02-04269.6795
2026-03-06268.2197
2026-04-05269.4426
2026-05-05289.6822
2026-06-06296.4758
2026-07-08275.6311
2026-08-07280.1470
2026-09-07284.8777

High

296.9013

Low

268.2197

Average

280.0382

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.