FKP to SCR exchange rate API
Falkland Islands Pound to Seychelles Rupee · quoted 2026-09-25
18.7905
▼ +3.97% over 1Y
1 FKP = 18.7905 SCR · 1 SCR = 0.05322 FKP · Get this rate via the API
1 FKP buys 18.7905 SCR as of 2026-09-25, so 1 SCR buys 0.05322 FKP. Over the last year, FKP/SCR traded between 16.9807 and 20.4575, averaged 19.3089 and fell 3.97%. The API holds daily FKP/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/SCR over 1Y: show the values
| Point | FKP/SCR |
|---|---|
| 2025-09-25 | 19.5668 |
| 2025-10-02 | 19.8403 |
| 2025-10-09 | 19.7188 |
| 2025-10-16 | 19.6724 |
| 2025-10-23 | 18.4703 |
| 2025-10-30 | 18.7658 |
| 2025-11-06 | 18.6024 |
| 2025-11-13 | 19.3895 |
| 2025-11-20 | 18.5936 |
| 2025-11-27 | 19.5549 |
| 2025-12-04 | 19.1711 |
| 2025-12-12 | 20.1439 |
| 2025-12-19 | 18.3908 |
| 2025-12-26 | 20.0712 |
| 2026-01-02 | 20.4575 |
| 2026-01-09 | 16.9807 |
| 2026-01-16 | 20.2257 |
| 2026-01-23 | 19.6385 |
| 2026-01-30 | 19.7199 |
| 2026-02-06 | 19.4465 |
| 2026-02-13 | 19.5861 |
| 2026-02-20 | 20.3325 |
| 2026-02-27 | 18.4199 |
| 2026-03-06 | 19.9980 |
| 2026-03-13 | 19.9515 |
| 2026-03-20 | 20.1907 |
| 2026-03-27 | 19.2866 |
| 2026-04-03 | 18.9762 |
| 2026-04-10 | 20.3986 |
| 2026-04-17 | 18.6680 |
| 2026-04-24 | 18.5571 |
| 2026-05-01 | 19.7289 |
| 2026-05-08 | 18.8317 |
| 2026-05-16 | 18.1287 |
| 2026-05-24 | 20.0155 |
| 2026-05-31 | 19.8813 |
| 2026-06-09 | 18.5069 |
| 2026-06-16 | 19.1422 |
| 2026-06-23 | 18.8552 |
| 2026-06-30 | 19.1257 |
| 2026-07-07 | 19.5611 |
| 2026-07-14 | 19.1061 |
| 2026-07-21 | 19.0772 |
| 2026-07-28 | 18.6514 |
| 2026-08-04 | 19.4773 |
| 2026-08-11 | 19.1102 |
| 2026-08-18 | 19.7113 |
| 2026-08-26 | 19.3595 |
| 2026-09-02 | 19.5233 |
| 2026-09-09 | 19.3547 |
| 2026-09-16 | 19.2892 |
| 2026-09-23 | 19.3593 |
High
20.4575
Low
16.9807
Average
19.3089
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/SCR API questions
How do I get the FKP/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/SCR rate in rates.SCR.
How far back does FKP/SCR historical data go?
Daily FKP/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 FKP/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.