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: show the values
| Point | FKP/SOS |
|---|---|
| 2025-09-25 | 768.9057 |
| 2025-10-02 | 770.4531 |
| 2025-10-09 | 766.1556 |
| 2025-10-16 | 764.7685 |
| 2025-10-23 | 759.0055 |
| 2025-10-30 | 755.0117 |
| 2025-11-06 | 745.2006 |
| 2025-11-13 | 749.6204 |
| 2025-11-20 | 743.4719 |
| 2025-11-27 | 754.8068 |
| 2025-12-04 | 762.2799 |
| 2025-12-12 | 763.2591 |
| 2025-12-19 | 762.6133 |
| 2025-12-26 | 769.6023 |
| 2026-01-02 | 767.9055 |
| 2026-01-09 | 763.0160 |
| 2026-01-16 | 758.7772 |
| 2026-01-23 | 763.4731 |
| 2026-01-30 | 783.6488 |
| 2026-02-06 | 771.5937 |
| 2026-02-13 | 778.4124 |
| 2026-02-20 | 767.6119 |
| 2026-02-27 | 770.2733 |
| 2026-03-06 | 762.2364 |
| 2026-03-13 | 764.0923 |
| 2026-03-20 | 766.4435 |
| 2026-03-27 | 762.5413 |
| 2026-04-03 | 755.7758 |
| 2026-04-10 | 768.0615 |
| 2026-04-17 | 775.4331 |
| 2026-04-24 | 771.7377 |
| 2026-05-01 | 770.9439 |
| 2026-05-08 | 779.5980 |
| 2026-05-16 | 761.5412 |
| 2026-05-24 | 767.9247 |
| 2026-05-31 | 769.0480 |
| 2026-06-09 | 761.9188 |
| 2026-06-16 | 765.5600 |
| 2026-06-23 | 757.4145 |
| 2026-06-30 | 754.4844 |
| 2026-07-07 | 763.3012 |
| 2026-07-14 | 763.4789 |
| 2026-07-21 | 768.0790 |
| 2026-07-28 | 758.8750 |
| 2026-08-04 | 764.6877 |
| 2026-08-11 | 771.8999 |
| 2026-08-18 | 773.0029 |
| 2026-08-26 | 778.0912 |
| 2026-09-02 | 770.8365 |
| 2026-09-09 | 773.0563 |
| 2026-09-16 | 769.6090 |
| 2026-09-23 | 761.3189 |
High
783.6488
Low
743.4719
Average
765.0648
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.