Skip to content

SCR to SHP exchange rate API

Seychelles Rupee to Saint Helena Pound · quoted 2026-09-24

0.05322

▲ +5.99% over 1Y

1 SCR = 0.05322 SHP · 1 SHP = 18.7906 SCR · Get this rate via the API

1 SCR buys 0.05322 SHP as of 2026-09-24, so 1 SHP buys 18.7906 SCR. Over the last year, SCR/SHP traded between 0.04905 and 0.05506, averaged 0.05202 and rose 5.99%. The API holds daily SCR/SHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/SHP over 1Y

SCR/SHP over 1Y: show the values
PointSCR/SHP
2025-09-240.05021
2025-10-010.05083
2025-10-080.05128
2025-10-150.05506
2025-10-220.05180
2025-10-290.05233
2025-11-050.05130
2025-11-120.05370
2025-11-190.05386
2025-11-260.05336
2025-12-030.05260
2025-12-110.05264
2025-12-180.05112
2025-12-250.05118
2026-01-010.04905
2026-01-080.05344
2026-01-150.05203
2026-01-220.05194
2026-01-290.05083
2026-02-050.05002
2026-02-120.05464
2026-02-190.05421
2026-02-260.05343
2026-03-050.05094
2026-03-120.05053
2026-03-190.04954
2026-03-260.05383
2026-04-020.05190
2026-04-130.04917
2026-04-200.04950
2026-04-270.05045
2026-05-040.05431
2026-05-110.05019
2026-05-190.05078
2026-05-270.05055
2026-06-030.05080
2026-06-120.05306
2026-06-190.05196
2026-06-260.05385
2026-07-030.05204
2026-07-100.05090
2026-07-170.05301
2026-07-240.05160
2026-07-310.05281
2026-08-070.05127
2026-08-140.05182
2026-08-220.05385
2026-08-290.05251
2026-09-050.05367
2026-09-120.05368
2026-09-190.05237

High

0.05506

Low

0.04905

Average

0.05202

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/SHP API questions

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

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

How far back does SCR/SHP historical data go?

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