Skip to content

SOS to INR exchange rate API

Somali Shilling to Indian Rupee · quoted 2026-09-25

0.16844

▲ +8.57% over 1Y

1 SOS = 0.16844 INR · 1 INR = 5.9369 SOS · Get this rate via the API

1 SOS buys 0.16844 INR as of 2026-09-25, so 1 INR buys 5.9369 SOS. Over the last year, SOS/INR traded between 0.15439 and 0.16844, averaged 0.16231 and rose 8.57%. The API holds daily SOS/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SOS/INR over 1Y

SOS/INR over 1Y: show the values
PointSOS/INR
2025-09-250.15515
2025-10-020.15525
2025-10-090.15542
2025-10-160.15453
2025-10-230.15439
2025-10-300.15519
2025-11-060.15529
2025-11-130.15526
2025-11-200.15569
2025-11-270.15702
2025-12-040.15727
2025-12-120.15883
2025-12-190.15743
2025-12-260.15829
2026-01-020.15845
2026-01-090.15877
2026-01-160.16002
2026-01-230.16239
2026-01-300.16130
2026-02-060.15920
2026-02-130.15857
2026-02-200.15921
2026-02-270.15946
2026-03-060.16108
2026-03-130.16150
2026-03-200.16384
2026-03-270.16589
2026-04-030.16223
2026-04-100.16253
2026-04-170.16243
2026-04-240.16492
2026-05-010.16658
2026-05-080.16479
2026-05-160.16798
2026-05-240.16773
2026-05-310.16639
2026-06-090.16705
2026-06-160.16550
2026-06-230.16572
2026-06-300.16604
2026-07-070.16661
2026-07-140.16833
2026-07-210.16831
2026-07-280.16800
2026-08-040.16749
2026-08-110.16704
2026-08-180.16767
2026-08-260.16734
2026-09-020.16636
2026-09-090.16667
2026-09-160.16809
2026-09-230.16747

High

0.16844

Low

0.15439

Average

0.16231

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SOS/INR API questions

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

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

How far back does SOS/INR historical data go?

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