Skip to content

SCR to JMD exchange rate API

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

11.1223

▲ +2.30% over 1Y

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 last year, SCR/JMD traded between 10.4054 and 11.7739, averaged 11.1006 and rose 2.30%. 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 1Y

SCR/JMD over 1Y: show the values
PointSCR/JMD
2025-09-2410.8720
2025-10-0110.9556
2025-10-0811.0032
2025-10-1511.7739
2025-10-2211.1444
2025-10-2911.1316
2025-11-0510.7231
2025-11-1211.3330
2025-11-1911.3570
2025-11-2611.2764
2025-12-0311.1604
2025-12-1111.2368
2025-12-1810.9340
2025-12-2511.0315
2026-01-0110.5062
2026-01-0811.4081
2026-01-1511.0440
2026-01-2210.9893
2026-01-2911.0027
2026-02-0510.6983
2026-02-1211.4211
2026-02-1911.4319
2026-02-2611.2463
2026-03-0510.6333
2026-03-1210.6198
2026-03-1910.4054
2026-03-2611.3605
2026-04-0210.8715
2026-04-0911.0727
2026-04-1610.9473
2026-04-2311.6071
2026-04-3011.3888
2026-05-0711.3400
2026-05-1511.6134
2026-05-2311.4553
2026-05-3010.8303
2026-06-0611.6573
2026-06-1511.0305
2026-06-2210.9881
2026-06-2910.8594
2026-07-0611.0864
2026-07-1310.8306
2026-07-2011.3001
2026-07-2711.2263
2026-08-0310.9598
2026-08-1010.9039
2026-08-1711.1138
2026-08-2511.0465
2026-09-0111.1522
2026-09-0811.1425
2026-09-1511.1425
2026-09-2210.9435

High

11.7739

Low

10.4054

Average

11.1006

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.