Skip to content

SCR to JPY exchange rate API

Seychelles Rupee to Yen · quoted 2026-09-24

11.1895

▲ +4.37% over YTD

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 year to date, SCR/JPY traded between 10.2417 and 11.6933, averaged 10.9955 and rose 4.37%. 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 YTD

SCR/JPY over YTD: show the values
PointSCR/JPY
2025-12-3110.7213
2026-01-0711.1656
2026-01-1410.9260
2026-01-2111.1331
2026-01-2810.4147
2026-02-0410.4846
2026-02-1110.2417
2026-02-1810.6628
2026-02-2510.4299
2026-03-0411.4526
2026-03-1111.6863
2026-03-1811.1924
2026-03-2510.9367
2026-04-0110.6565
2026-04-0811.3178
2026-04-1511.2733
2026-04-2210.8164
2026-04-2911.6933
2026-05-0611.3019
2026-05-1411.0523
2026-05-2111.0718
2026-05-2911.1810
2026-06-0511.4261
2026-06-1410.9887
2026-06-2110.9935
2026-06-2810.8630
2026-07-0511.1653
2026-07-1210.9435
2026-07-1911.1287
2026-07-2611.2884
2026-08-0210.6834
2026-08-0910.7275
2026-08-1610.8599
2026-08-2410.9499
2026-08-3111.1275
2026-09-0710.8927
2026-09-1410.8995
2026-09-2110.8870

High

11.6933

Low

10.2417

Average

10.9955

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.