Skip to content

SOS to LKR exchange rate API

Somali Shilling to Sri Lanka Rupee · quoted 2026-09-27

0.57763

▲ +9.44% over 1Y

1 SOS = 0.57763 LKR · 1 LKR = 1.7312 SOS · Get this rate via the API

1 SOS buys 0.57763 LKR as of 2026-09-27, so 1 LKR buys 1.7312 SOS. Over the last year, SOS/LKR traded between 0.52782 and 0.59363, averaged 0.55789 and rose 9.44%. The API holds daily SOS/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SOS/LKR over 1Y

SOS/LKR over 1Y: show the values
PointSOS/LKR
2025-09-270.52782
2025-10-040.52956
2025-10-110.52953
2025-10-180.53560
2025-10-250.53328
2025-11-010.52812
2025-11-080.53416
2025-11-150.53421
2025-11-220.53917
2025-11-290.53882
2025-12-060.54017
2025-12-140.54161
2025-12-210.54157
2025-12-280.54233
2026-01-040.54225
2026-01-110.54267
2026-01-180.54336
2026-01-250.53946
2026-02-010.54112
2026-02-080.54255
2026-02-150.54244
2026-02-220.54331
2026-03-010.54174
2026-03-080.54507
2026-03-150.54516
2026-03-220.54627
2026-03-290.55090
2026-04-050.55287
2026-04-120.55317
2026-04-190.55327
2026-04-260.55809
2026-05-030.56005
2026-05-100.56447
2026-05-180.57540
2026-05-260.56901
2026-06-020.58135
2026-06-110.58287
2026-06-180.58491
2026-06-250.59266
2026-07-020.58897
2026-07-090.59013
2026-07-160.59363
2026-07-230.59108
2026-07-300.59136
2026-08-060.58987
2026-08-130.58542
2026-08-210.57773
2026-08-280.57640
2026-09-040.57774
2026-09-110.57724
2026-09-180.58057
2026-09-250.57988

High

0.59363

Low

0.52782

Average

0.55789

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SOS&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SOS/LKR API questions

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

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

How far back does SOS/LKR historical data go?

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