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: show the values
| Point | FKP/SOS |
|---|---|
| 2024-08-24 | 754.1265 |
| 2024-10-07 | 752.2728 |
| 2024-11-06 | 738.4517 |
| 2024-12-06 | 727.5305 |
| 2025-01-05 | 710.0811 |
| 2025-02-04 | 708.3744 |
| 2025-03-06 | 737.0872 |
| 2025-04-06 | 734.5168 |
| 2025-05-06 | 759.7713 |
| 2025-06-07 | 767.8799 |
| 2025-07-07 | 778.5243 |
| 2025-08-06 | 749.2593 |
| 2025-09-05 | 768.0070 |
| 2025-10-06 | 768.5205 |
| 2025-11-05 | 744.1864 |
| 2025-12-05 | 761.9214 |
| 2026-01-05 | 765.6930 |
| 2026-02-04 | 783.1284 |
| 2026-03-06 | 762.2364 |
| 2026-04-05 | 753.2811 |
| 2026-05-05 | 776.2581 |
| 2026-06-06 | 762.3861 |
| 2026-07-08 | 763.3729 |
| 2026-08-07 | 768.7915 |
| 2026-09-07 | 771.9742 |
High
783.1284
Low
708.3744
Average
754.6745
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.