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: show the values
| Point | SCR/JPY |
|---|---|
| 2025-09-24 | 10.0711 |
| 2025-10-01 | 10.0518 |
| 2025-10-08 | 10.4934 |
| 2025-10-15 | 11.1293 |
| 2025-10-22 | 10.5156 |
| 2025-10-29 | 10.5640 |
| 2025-11-05 | 10.2698 |
| 2025-11-12 | 10.9223 |
| 2025-11-19 | 11.0452 |
| 2025-11-26 | 11.0028 |
| 2025-12-03 | 10.8105 |
| 2025-12-11 | 10.9449 |
| 2025-12-18 | 10.6432 |
| 2025-12-25 | 10.7807 |
| 2026-01-01 | 10.3582 |
| 2026-01-08 | 11.2689 |
| 2026-01-15 | 11.0810 |
| 2026-01-22 | 11.0787 |
| 2026-01-29 | 10.7603 |
| 2026-02-05 | 10.7033 |
| 2026-02-12 | 11.1954 |
| 2026-02-19 | 11.3338 |
| 2026-02-26 | 11.3082 |
| 2026-03-05 | 10.7213 |
| 2026-03-12 | 10.7304 |
| 2026-03-19 | 10.4598 |
| 2026-03-26 | 11.4736 |
| 2026-04-02 | 10.9720 |
| 2026-04-09 | 11.1858 |
| 2026-04-16 | 11.0562 |
| 2026-04-23 | 11.6453 |
| 2026-04-30 | 11.3675 |
| 2026-05-07 | 11.2165 |
| 2026-05-15 | 11.5923 |
| 2026-05-23 | 11.5701 |
| 2026-05-30 | 10.9674 |
| 2026-06-06 | 11.8499 |
| 2026-06-15 | 11.1640 |
| 2026-06-22 | 11.2545 |
| 2026-06-29 | 11.1455 |
| 2026-07-06 | 11.3605 |
| 2026-07-13 | 11.0774 |
| 2026-07-20 | 11.5921 |
| 2026-07-27 | 11.6025 |
| 2026-08-03 | 10.8811 |
| 2026-08-10 | 10.9222 |
| 2026-08-17 | 11.1978 |
| 2026-08-25 | 11.1226 |
| 2026-09-01 | 11.2927 |
| 2026-09-08 | 10.8360 |
| 2026-09-15 | 10.9584 |
| 2026-09-22 | 10.9106 |
High
11.8499
Low
10.0518
Average
11.0122
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.