Skip to content

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

SCR/LRD over 1Y: show the values
PointSCR/LRD
2025-09-2412.1141
2025-10-0112.3951
2025-10-0812.5032
2025-10-1513.4404
2025-10-2212.6894
2025-10-2912.7285
2025-11-0512.2521
2025-11-1212.9112
2025-11-1912.7560
2025-11-2612.5026
2025-12-0312.3501
2025-12-1112.4262
2025-12-1812.0702
2025-12-2512.3023
2026-01-0111.8172
2026-01-0812.8819
2026-01-1512.5957
2026-01-2212.8926
2026-01-2912.9940
2026-02-0512.6745
2026-02-1213.6136
2026-02-1913.6175
2026-02-2613.3054
2026-03-0512.4144
2026-03-1212.3590
2026-03-1912.1249
2026-03-2613.2343
2026-04-0212.6205
2026-04-0912.9656
2026-04-1612.7638
2026-04-2313.4818
2026-04-3013.3505
2026-05-0713.1663
2026-05-1513.3984
2026-05-2313.3188
2026-05-3012.5300
2026-06-0613.5411
2026-06-1512.7176
2026-06-2212.6602
2026-06-2912.5597
2026-07-0612.7100
2026-07-1312.4431
2026-07-2012.9082
2026-07-2712.8107
2026-08-0312.5169
2026-08-1012.4137
2026-08-1712.7543
2026-08-2512.6758
2026-09-0112.7345
2026-09-0812.2866
2026-09-1512.3285
2026-09-2212.0204

High

13.6175

Low

11.8172

Average

12.7139

For developers

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