Skip to content

FKP to SOS exchange rate API

Falkland Islands Pound to Somali Shilling · quoted 2026-09-25

757.5748

▼ +1.47% over 1Y

1 FKP = 757.5748 SOS · 1 SOS = 0.001320 FKP · Get this rate via the API

1 FKP buys 757.5748 SOS as of 2026-09-25, so 1 SOS buys 0.001320 FKP. Over the last year, FKP/SOS traded between 743.4719 and 783.6488, averaged 765.0648 and fell 1.47%. The API holds daily FKP/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/SOS over 1Y

FKP/SOS over 1Y: show the values
PointFKP/SOS
2025-09-25768.9057
2025-10-02770.4531
2025-10-09766.1556
2025-10-16764.7685
2025-10-23759.0055
2025-10-30755.0117
2025-11-06745.2006
2025-11-13749.6204
2025-11-20743.4719
2025-11-27754.8068
2025-12-04762.2799
2025-12-12763.2591
2025-12-19762.6133
2025-12-26769.6023
2026-01-02767.9055
2026-01-09763.0160
2026-01-16758.7772
2026-01-23763.4731
2026-01-30783.6488
2026-02-06771.5937
2026-02-13778.4124
2026-02-20767.6119
2026-02-27770.2733
2026-03-06762.2364
2026-03-13764.0923
2026-03-20766.4435
2026-03-27762.5413
2026-04-03755.7758
2026-04-10768.0615
2026-04-17775.4331
2026-04-24771.7377
2026-05-01770.9439
2026-05-08779.5980
2026-05-16761.5412
2026-05-24767.9247
2026-05-31769.0480
2026-06-09761.9188
2026-06-16765.5600
2026-06-23757.4145
2026-06-30754.4844
2026-07-07763.3012
2026-07-14763.4789
2026-07-21768.0790
2026-07-28758.8750
2026-08-04764.6877
2026-08-11771.8999
2026-08-18773.0029
2026-08-26778.0912
2026-09-02770.8365
2026-09-09773.0563
2026-09-16769.6090
2026-09-23761.3189

High

783.6488

Low

743.4719

Average

765.0648

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/SOS API questions

How do I get the FKP/SOS exchange rate from an API?

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

How far back does FKP/SOS historical data go?

Daily FKP/SOS 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/SOS 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.