Skip to content

FKP to SOS exchange rate API

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

753.9042

▼ +0.03% over 5Y

1 FKP = 753.9042 SOS · 1 SOS = 0.001326 FKP · Get this rate via the API

1 FKP buys 753.9042 SOS as of 2026-09-25, so 1 SOS buys 0.001326 FKP. Over the last 5 years, FKP/SOS traded between 708.3744 and 783.1284, averaged 754.6745 and fell 0.03%. 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 5Y

FKP/SOS over 5Y: show the values
PointFKP/SOS
2024-08-24754.1265
2024-10-07752.2728
2024-11-06738.4517
2024-12-06727.5305
2025-01-05710.0811
2025-02-04708.3744
2025-03-06737.0872
2025-04-06734.5168
2025-05-06759.7713
2025-06-07767.8799
2025-07-07778.5243
2025-08-06749.2593
2025-09-05768.0070
2025-10-06768.5205
2025-11-05744.1864
2025-12-05761.9214
2026-01-05765.6930
2026-02-04783.1284
2026-03-06762.2364
2026-04-05753.2811
2026-05-05776.2581
2026-06-06762.3861
2026-07-08763.3729
2026-08-07768.7915
2026-09-07771.9742

High

783.1284

Low

708.3744

Average

754.6745

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.