Skip to content

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

SCR/LBP over 1Y: show the values
PointSCR/LBP
2025-09-256173.71
2025-10-026103.43
2025-10-096096.41
2025-10-166136.13
2025-10-236474.09
2025-10-306314.24
2025-11-066326.08
2025-11-136080.41
2025-11-206304.37
2025-11-276078.63
2025-12-046249.25
2025-12-125956.16
2025-12-196537.46
2025-12-266036.06
2026-01-025933.51
2026-01-097111.41
2026-01-165954.52
2026-01-235916.49
2026-01-306271.50
2026-02-066261.95
2026-02-136252.78
2026-02-205940.07
2026-02-276580.44
2026-03-065954.35
2026-03-136006.84
2026-03-205921.80
2026-03-276205.76
2026-04-036250.21
2026-04-105896.77
2026-04-176507.47
2026-04-246512.69
2026-05-016123.08
2026-05-086464.43
2026-05-166503.57
2026-05-246029.74
2026-05-316047.12
2026-06-096500.60
2026-06-166282.17
2026-06-236303.33
2026-06-306209.98
2026-07-076126.88
2026-07-146283.56
2026-07-216325.41
2026-07-286406.14
2026-08-046193.52
2026-08-116354.46
2026-08-186168.31
2026-08-266317.18
2026-09-026213.10
2026-09-096280.97
2026-09-166260.15
2026-09-236215.33

High

7111.41

Low

5896.77

Average

6230.63

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=LBP");
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=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&currencies=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.