Skip to content

SCR to JPY exchange rate API

Seychelles Rupee to Yen · quoted 2026-09-24

11.1895

▲ +11.11% over 1Y

1 SCR = 11.1895 JPY · 1 JPY = 0.08937 SCR · Get this rate via the API

1 SCR buys 11.1895 JPY as of 2026-09-24, so 1 JPY buys 0.08937 SCR. Over the last year, SCR/JPY traded between 10.0518 and 11.8499, averaged 11.0122 and rose 11.11%. The API holds daily SCR/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/JPY over 1Y

SCR/JPY over 1Y: show the values
PointSCR/JPY
2025-09-2410.0711
2025-10-0110.0518
2025-10-0810.4934
2025-10-1511.1293
2025-10-2210.5156
2025-10-2910.5640
2025-11-0510.2698
2025-11-1210.9223
2025-11-1911.0452
2025-11-2611.0028
2025-12-0310.8105
2025-12-1110.9449
2025-12-1810.6432
2025-12-2510.7807
2026-01-0110.3582
2026-01-0811.2689
2026-01-1511.0810
2026-01-2211.0787
2026-01-2910.7603
2026-02-0510.7033
2026-02-1211.1954
2026-02-1911.3338
2026-02-2611.3082
2026-03-0510.7213
2026-03-1210.7304
2026-03-1910.4598
2026-03-2611.4736
2026-04-0210.9720
2026-04-0911.1858
2026-04-1611.0562
2026-04-2311.6453
2026-04-3011.3675
2026-05-0711.2165
2026-05-1511.5923
2026-05-2311.5701
2026-05-3010.9674
2026-06-0611.8499
2026-06-1511.1640
2026-06-2211.2545
2026-06-2911.1455
2026-07-0611.3605
2026-07-1311.0774
2026-07-2011.5921
2026-07-2711.6025
2026-08-0310.8811
2026-08-1010.9222
2026-08-1711.1978
2026-08-2511.1226
2026-09-0111.2927
2026-09-0810.8360
2026-09-1510.9584
2026-09-2210.9106

High

11.8499

Low

10.0518

Average

11.0122

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/JPY API questions

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

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

How far back does SCR/JPY historical data go?

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