Skip to content

INR to SOS exchange rate API

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

5.9369

▼ +7.89% over 1Y

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

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

INR/SOS over 1Y

INR/SOS over 1Y: show the values
PointINR/SOS
2025-09-256.4456
2025-10-026.4411
2025-10-096.4343
2025-10-166.4711
2025-10-236.4770
2025-10-306.4438
2025-11-066.4397
2025-11-136.4409
2025-11-206.4231
2025-11-276.3685
2025-12-046.3583
2025-12-126.2961
2025-12-196.3519
2025-12-266.3173
2026-01-026.3112
2026-01-096.2983
2026-01-166.2491
2026-01-236.1582
2026-01-306.1995
2026-02-066.2815
2026-02-136.3065
2026-02-206.2809
2026-02-276.2713
2026-03-066.2082
2026-03-136.1918
2026-03-206.1035
2026-03-276.0279
2026-04-036.1639
2026-04-106.1526
2026-04-176.1567
2026-04-246.0635
2026-05-016.0031
2026-05-086.0681
2026-05-165.9531
2026-05-245.9618
2026-05-316.0100
2026-06-095.9862
2026-06-166.0423
2026-06-236.0342
2026-06-306.0224
2026-07-076.0021
2026-07-145.9409
2026-07-215.9416
2026-07-285.9525
2026-08-045.9705
2026-08-115.9865
2026-08-185.9642
2026-08-265.9760
2026-09-026.0112
2026-09-096.0000
2026-09-165.9490
2026-09-235.9713

High

6.4770

Low

5.9369

Average

6.1664

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/SOS API questions

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

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

How far back does INR/SOS historical data go?

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