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: show the values
| Point | SCR/SHP |
|---|---|
| 2025-09-24 | 0.05021 |
| 2025-10-01 | 0.05083 |
| 2025-10-08 | 0.05128 |
| 2025-10-15 | 0.05506 |
| 2025-10-22 | 0.05180 |
| 2025-10-29 | 0.05233 |
| 2025-11-05 | 0.05130 |
| 2025-11-12 | 0.05370 |
| 2025-11-19 | 0.05386 |
| 2025-11-26 | 0.05336 |
| 2025-12-03 | 0.05260 |
| 2025-12-11 | 0.05264 |
| 2025-12-18 | 0.05112 |
| 2025-12-25 | 0.05118 |
| 2026-01-01 | 0.04905 |
| 2026-01-08 | 0.05344 |
| 2026-01-15 | 0.05203 |
| 2026-01-22 | 0.05194 |
| 2026-01-29 | 0.05083 |
| 2026-02-05 | 0.05002 |
| 2026-02-12 | 0.05464 |
| 2026-02-19 | 0.05421 |
| 2026-02-26 | 0.05343 |
| 2026-03-05 | 0.05094 |
| 2026-03-12 | 0.05053 |
| 2026-03-19 | 0.04954 |
| 2026-03-26 | 0.05383 |
| 2026-04-02 | 0.05190 |
| 2026-04-13 | 0.04917 |
| 2026-04-20 | 0.04950 |
| 2026-04-27 | 0.05045 |
| 2026-05-04 | 0.05431 |
| 2026-05-11 | 0.05019 |
| 2026-05-19 | 0.05078 |
| 2026-05-27 | 0.05055 |
| 2026-06-03 | 0.05080 |
| 2026-06-12 | 0.05306 |
| 2026-06-19 | 0.05196 |
| 2026-06-26 | 0.05385 |
| 2026-07-03 | 0.05204 |
| 2026-07-10 | 0.05090 |
| 2026-07-17 | 0.05301 |
| 2026-07-24 | 0.05160 |
| 2026-07-31 | 0.05281 |
| 2026-08-07 | 0.05127 |
| 2026-08-14 | 0.05182 |
| 2026-08-22 | 0.05385 |
| 2026-08-29 | 0.05251 |
| 2026-09-05 | 0.05367 |
| 2026-09-12 | 0.05368 |
| 2026-09-19 | 0.05237 |
High
0.05506
Low
0.04905
Average
0.05202
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=SHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.