Skip to content

SCR to LAK exchange rate API

Seychelles Rupee to Kip · quoted 2026-09-24

1579.63

▲ +7.41% over 1Y

1 SCR = 1579.63 LAK · 1 LAK = 0.000633 SCR · Get this rate via the API

1 SCR buys 1579.63 LAK as of 2026-09-24, so 1 LAK buys 0.000633 SCR. Over the last year, SCR/LAK traded between 1423.27 and 1619.30, averaged 1536.16 and rose 7.41%. The API holds daily SCR/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/LAK over 1Y

SCR/LAK over 1Y: show the values
PointSCR/LAK
2025-09-241470.60
2025-10-011478.38
2025-10-081494.22
2025-10-151589.47
2025-10-221505.10
2025-10-291506.99
2025-11-051449.47
2025-11-121530.76
2025-11-191533.08
2025-11-261521.58
2025-12-031509.34
2025-12-111519.93
2025-12-181480.17
2025-12-251496.21
2026-01-011428.83
2026-01-081552.36
2026-01-151510.02
2026-01-221510.36
2026-01-291512.23
2026-02-051468.92
2026-02-121567.61
2026-02-191572.22
2026-02-261543.81
2026-03-051456.89
2026-03-121450.97
2026-03-191423.27
2026-03-261554.49
2026-04-021508.04
2026-04-091545.84
2026-04-161530.48
2026-04-231616.54
2026-04-301595.52
2026-05-071575.73
2026-05-151605.25
2026-05-231599.75
2026-05-301512.58
2026-06-061619.30
2026-06-151534.60
2026-06-221536.89
2026-06-291517.89
2026-07-061582.18
2026-07-131545.18
2026-07-201607.84
2026-07-271601.00
2026-08-031567.18
2026-08-101548.85
2026-08-171584.03
2026-08-251568.57
2026-09-011581.45
2026-09-081575.13
2026-09-151582.12
2026-09-221557.36

High

1619.30

Low

1423.27

Average

1536.16

For developers

Get this rate via the API

One GET request returns the SCR/LAK 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=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=LAK");
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=LAK").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/LAK API questions

How do I get the SCR/LAK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/LAK rate in rates.LAK.

How far back does SCR/LAK historical data go?

Daily SCR/LAK 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/LAK 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.