Skip to content

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

FKP/SCR over 1Y: show the values
PointFKP/SCR
2025-09-2519.5668
2025-10-0219.8403
2025-10-0919.7188
2025-10-1619.6724
2025-10-2318.4703
2025-10-3018.7658
2025-11-0618.6024
2025-11-1319.3895
2025-11-2018.5936
2025-11-2719.5549
2025-12-0419.1711
2025-12-1220.1439
2025-12-1918.3908
2025-12-2620.0712
2026-01-0220.4575
2026-01-0916.9807
2026-01-1620.2257
2026-01-2319.6385
2026-01-3019.7199
2026-02-0619.4465
2026-02-1319.5861
2026-02-2020.3325
2026-02-2718.4199
2026-03-0619.9980
2026-03-1319.9515
2026-03-2020.1907
2026-03-2719.2866
2026-04-0318.9762
2026-04-1020.3986
2026-04-1718.6680
2026-04-2418.5571
2026-05-0119.7289
2026-05-0818.8317
2026-05-1618.1287
2026-05-2420.0155
2026-05-3119.8813
2026-06-0918.5069
2026-06-1619.1422
2026-06-2318.8552
2026-06-3019.1257
2026-07-0719.5611
2026-07-1419.1061
2026-07-2119.0772
2026-07-2818.6514
2026-08-0419.4773
2026-08-1119.1102
2026-08-1819.7113
2026-08-2619.3595
2026-09-0219.5233
2026-09-0919.3547
2026-09-1619.2892
2026-09-2319.3593

High

20.4575

Low

16.9807

Average

19.3089

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=SCR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.