SCR to LBP exchange rate API
Seychelles Rupee to Lebanese Pound · quoted 2026-09-25
6269.33
▲ +1.55% over 1Y
1 SCR = 6269.33 LBP · 1 LBP = 0.000160 SCR · Get this rate via the API
1 SCR buys 6269.33 LBP as of 2026-09-25, so 1 LBP buys 0.000160 SCR. Over the last year, SCR/LBP traded between 5896.77 and 7111.41, averaged 6230.63 and rose 1.55%. The API holds daily SCR/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/LBP over 1Y: show the values
| Point | SCR/LBP |
|---|---|
| 2025-09-25 | 6173.71 |
| 2025-10-02 | 6103.43 |
| 2025-10-09 | 6096.41 |
| 2025-10-16 | 6136.13 |
| 2025-10-23 | 6474.09 |
| 2025-10-30 | 6314.24 |
| 2025-11-06 | 6326.08 |
| 2025-11-13 | 6080.41 |
| 2025-11-20 | 6304.37 |
| 2025-11-27 | 6078.63 |
| 2025-12-04 | 6249.25 |
| 2025-12-12 | 5956.16 |
| 2025-12-19 | 6537.46 |
| 2025-12-26 | 6036.06 |
| 2026-01-02 | 5933.51 |
| 2026-01-09 | 7111.41 |
| 2026-01-16 | 5954.52 |
| 2026-01-23 | 5916.49 |
| 2026-01-30 | 6271.50 |
| 2026-02-06 | 6261.95 |
| 2026-02-13 | 6252.78 |
| 2026-02-20 | 5940.07 |
| 2026-02-27 | 6580.44 |
| 2026-03-06 | 5954.35 |
| 2026-03-13 | 6006.84 |
| 2026-03-20 | 5921.80 |
| 2026-03-27 | 6205.76 |
| 2026-04-03 | 6250.21 |
| 2026-04-10 | 5896.77 |
| 2026-04-17 | 6507.47 |
| 2026-04-24 | 6512.69 |
| 2026-05-01 | 6123.08 |
| 2026-05-08 | 6464.43 |
| 2026-05-16 | 6503.57 |
| 2026-05-24 | 6029.74 |
| 2026-05-31 | 6047.12 |
| 2026-06-09 | 6500.60 |
| 2026-06-16 | 6282.17 |
| 2026-06-23 | 6303.33 |
| 2026-06-30 | 6209.98 |
| 2026-07-07 | 6126.88 |
| 2026-07-14 | 6283.56 |
| 2026-07-21 | 6325.41 |
| 2026-07-28 | 6406.14 |
| 2026-08-04 | 6193.52 |
| 2026-08-11 | 6354.46 |
| 2026-08-18 | 6168.31 |
| 2026-08-26 | 6317.18 |
| 2026-09-02 | 6213.10 |
| 2026-09-09 | 6280.97 |
| 2026-09-16 | 6260.15 |
| 2026-09-23 | 6215.33 |
High
7111.41
Low
5896.77
Average
6230.63
Get this rate via the API
One GET request returns the SCR/LBP 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=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/LBP API questions
How do I get the SCR/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/LBP rate in rates.LBP.
How far back does SCR/LBP historical data go?
Daily SCR/LBP 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/LBP 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.