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: show the values
| Point | SCR/LAK |
|---|---|
| 2025-09-24 | 1470.60 |
| 2025-10-01 | 1478.38 |
| 2025-10-08 | 1494.22 |
| 2025-10-15 | 1589.47 |
| 2025-10-22 | 1505.10 |
| 2025-10-29 | 1506.99 |
| 2025-11-05 | 1449.47 |
| 2025-11-12 | 1530.76 |
| 2025-11-19 | 1533.08 |
| 2025-11-26 | 1521.58 |
| 2025-12-03 | 1509.34 |
| 2025-12-11 | 1519.93 |
| 2025-12-18 | 1480.17 |
| 2025-12-25 | 1496.21 |
| 2026-01-01 | 1428.83 |
| 2026-01-08 | 1552.36 |
| 2026-01-15 | 1510.02 |
| 2026-01-22 | 1510.36 |
| 2026-01-29 | 1512.23 |
| 2026-02-05 | 1468.92 |
| 2026-02-12 | 1567.61 |
| 2026-02-19 | 1572.22 |
| 2026-02-26 | 1543.81 |
| 2026-03-05 | 1456.89 |
| 2026-03-12 | 1450.97 |
| 2026-03-19 | 1423.27 |
| 2026-03-26 | 1554.49 |
| 2026-04-02 | 1508.04 |
| 2026-04-09 | 1545.84 |
| 2026-04-16 | 1530.48 |
| 2026-04-23 | 1616.54 |
| 2026-04-30 | 1595.52 |
| 2026-05-07 | 1575.73 |
| 2026-05-15 | 1605.25 |
| 2026-05-23 | 1599.75 |
| 2026-05-30 | 1512.58 |
| 2026-06-06 | 1619.30 |
| 2026-06-15 | 1534.60 |
| 2026-06-22 | 1536.89 |
| 2026-06-29 | 1517.89 |
| 2026-07-06 | 1582.18 |
| 2026-07-13 | 1545.18 |
| 2026-07-20 | 1607.84 |
| 2026-07-27 | 1601.00 |
| 2026-08-03 | 1567.18 |
| 2026-08-10 | 1548.85 |
| 2026-08-17 | 1584.03 |
| 2026-08-25 | 1568.57 |
| 2026-09-01 | 1581.45 |
| 2026-09-08 | 1575.13 |
| 2026-09-15 | 1582.12 |
| 2026-09-22 | 1557.36 |
High
1619.30
Low
1423.27
Average
1536.16
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.