Skip to content

SCR to JMD exchange rate API

Seychelles Rupee to Jamaican Dollar · quoted 2026-09-24

11.1223

▲ +2.06% over YTD

1 SCR = 11.1223 JMD · 1 JMD = 0.08991 SCR · Get this rate via the API

1 SCR buys 11.1223 JMD as of 2026-09-24, so 1 JMD buys 0.08991 SCR. Over the year to date, SCR/JMD traded between 10.3835 and 11.5671, averaged 10.9527 and rose 2.06%. The API holds daily SCR/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/JMD over YTD

SCR/JMD over YTD: show the values
PointSCR/JMD
2025-12-3110.8982
2026-01-0711.3341
2026-01-1410.8960
2026-01-2111.1135
2026-01-2810.6895
2026-02-0410.4949
2026-02-1110.4545
2026-02-1810.8155
2026-02-2510.3835
2026-03-0411.3897
2026-03-1111.5671
2026-03-1811.0073
2026-03-2510.8273
2026-04-0110.6422
2026-04-0811.2048
2026-04-1511.1951
2026-04-2210.7756
2026-04-2911.5277
2026-05-0611.3611
2026-05-1411.0656
2026-05-2111.0094
2026-05-2911.0245
2026-06-0511.3033
2026-06-1410.8534
2026-06-2110.7511
2026-06-2810.5711
2026-07-0510.9225
2026-07-1210.7187
2026-07-1910.8328
2026-07-2610.8926
2026-08-0210.7144
2026-08-0910.7788
2026-08-1610.7677
2026-08-2410.9366
2026-08-3111.0963
2026-09-0711.1597
2026-09-1411.1409
2026-09-2110.9145

High

11.5671

Low

10.3835

Average

10.9527

For developers

Get this rate via the API

One GET request returns the SCR/JMD 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=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=JMD");
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=JMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/JMD API questions

How do I get the SCR/JMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/JMD rate in rates.JMD.

How far back does SCR/JMD historical data go?

Daily SCR/JMD 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/JMD 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.