SCR to LRD exchange rate API
Seychelles Rupee to Liberian Dollar · quoted 2026-09-24
12.1918
▲ +0.64% over 1Y
1 SCR = 12.1918 LRD · 1 LRD = 0.08202 SCR · Get this rate via the API
1 SCR buys 12.1918 LRD as of 2026-09-24, so 1 LRD buys 0.08202 SCR. Over the last year, SCR/LRD traded between 11.8172 and 13.6175, averaged 12.7139 and rose 0.64%. The API holds daily SCR/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/LRD over 1Y: show the values
| Point | SCR/LRD |
|---|---|
| 2025-09-24 | 12.1141 |
| 2025-10-01 | 12.3951 |
| 2025-10-08 | 12.5032 |
| 2025-10-15 | 13.4404 |
| 2025-10-22 | 12.6894 |
| 2025-10-29 | 12.7285 |
| 2025-11-05 | 12.2521 |
| 2025-11-12 | 12.9112 |
| 2025-11-19 | 12.7560 |
| 2025-11-26 | 12.5026 |
| 2025-12-03 | 12.3501 |
| 2025-12-11 | 12.4262 |
| 2025-12-18 | 12.0702 |
| 2025-12-25 | 12.3023 |
| 2026-01-01 | 11.8172 |
| 2026-01-08 | 12.8819 |
| 2026-01-15 | 12.5957 |
| 2026-01-22 | 12.8926 |
| 2026-01-29 | 12.9940 |
| 2026-02-05 | 12.6745 |
| 2026-02-12 | 13.6136 |
| 2026-02-19 | 13.6175 |
| 2026-02-26 | 13.3054 |
| 2026-03-05 | 12.4144 |
| 2026-03-12 | 12.3590 |
| 2026-03-19 | 12.1249 |
| 2026-03-26 | 13.2343 |
| 2026-04-02 | 12.6205 |
| 2026-04-09 | 12.9656 |
| 2026-04-16 | 12.7638 |
| 2026-04-23 | 13.4818 |
| 2026-04-30 | 13.3505 |
| 2026-05-07 | 13.1663 |
| 2026-05-15 | 13.3984 |
| 2026-05-23 | 13.3188 |
| 2026-05-30 | 12.5300 |
| 2026-06-06 | 13.5411 |
| 2026-06-15 | 12.7176 |
| 2026-06-22 | 12.6602 |
| 2026-06-29 | 12.5597 |
| 2026-07-06 | 12.7100 |
| 2026-07-13 | 12.4431 |
| 2026-07-20 | 12.9082 |
| 2026-07-27 | 12.8107 |
| 2026-08-03 | 12.5169 |
| 2026-08-10 | 12.4137 |
| 2026-08-17 | 12.7543 |
| 2026-08-25 | 12.6758 |
| 2026-09-01 | 12.7345 |
| 2026-09-08 | 12.2866 |
| 2026-09-15 | 12.3285 |
| 2026-09-22 | 12.0204 |
High
13.6175
Low
11.8172
Average
12.7139
Get this rate via the API
One GET request returns the SCR/LRD 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=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/LRD API questions
How do I get the SCR/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/LRD rate in rates.LRD.
How far back does SCR/LRD historical data go?
Daily SCR/LRD 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/LRD 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.