GBP to SCR exchange rate API
Pound Sterling to Seychelles Rupee · quoted 2026-09-24
18.7742
▼ +5.40% over 1Y
1 GBP = 18.7742 SCR · 1 SCR = 0.05326 GBP · Get this rate via the API
1 GBP buys 18.7742 SCR as of 2026-09-24, so 1 SCR buys 0.05326 GBP. Over the last year, GBP/SCR traded between 18.0500 and 20.3728, averaged 19.1459 and fell 5.40%. The API holds daily GBP/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/SCR over 1Y: show the values
| Point | GBP/SCR |
|---|---|
| 2025-09-24 | 19.8464 |
| 2025-10-01 | 19.7129 |
| 2025-10-08 | 19.5112 |
| 2025-10-15 | 18.1801 |
| 2025-10-22 | 19.2537 |
| 2025-10-29 | 19.0322 |
| 2025-11-05 | 19.5264 |
| 2025-11-12 | 18.5944 |
| 2025-11-19 | 18.5495 |
| 2025-11-26 | 18.7541 |
| 2025-12-03 | 19.1294 |
| 2025-12-11 | 19.0282 |
| 2025-12-18 | 19.6111 |
| 2025-12-25 | 19.5379 |
| 2026-01-01 | 20.3728 |
| 2026-01-08 | 18.6908 |
| 2026-01-15 | 19.1757 |
| 2026-01-22 | 19.2367 |
| 2026-01-29 | 19.6855 |
| 2026-02-05 | 19.8995 |
| 2026-02-12 | 18.7155 |
| 2026-02-19 | 18.3825 |
| 2026-02-26 | 18.6996 |
| 2026-03-05 | 19.6339 |
| 2026-03-12 | 19.8212 |
| 2026-03-19 | 20.1925 |
| 2026-03-26 | 18.5556 |
| 2026-04-02 | 19.2136 |
| 2026-04-09 | 19.0705 |
| 2026-04-16 | 19.4747 |
| 2026-04-23 | 18.4984 |
| 2026-04-30 | 18.6055 |
| 2026-05-07 | 18.9916 |
| 2026-05-15 | 18.2695 |
| 2026-05-23 | 18.4824 |
| 2026-05-30 | 19.5446 |
| 2026-06-06 | 18.0500 |
| 2026-06-15 | 19.2575 |
| 2026-06-22 | 19.0443 |
| 2026-06-29 | 19.2131 |
| 2026-07-06 | 19.0697 |
| 2026-07-13 | 19.5961 |
| 2026-07-20 | 18.8552 |
| 2026-07-27 | 18.7817 |
| 2026-08-03 | 19.3962 |
| 2026-08-10 | 19.6146 |
| 2026-08-17 | 19.2801 |
| 2026-08-25 | 19.5158 |
| 2026-09-01 | 19.1910 |
| 2026-09-08 | 19.2880 |
| 2026-09-15 | 19.0720 |
| 2026-09-22 | 19.2508 |
High
20.3728
Low
18.0500
Average
19.1459
Get this rate via the API
One GET request returns the GBP/SCR 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=GBP¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/SCR API questions
How do I get the GBP/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/SCR rate in rates.SCR.
How far back does GBP/SCR historical data go?
Daily GBP/SCR 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 GBP/SCR 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.