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: show the values
| Point | INR/SOS |
|---|---|
| 2025-09-25 | 6.4456 |
| 2025-10-02 | 6.4411 |
| 2025-10-09 | 6.4343 |
| 2025-10-16 | 6.4711 |
| 2025-10-23 | 6.4770 |
| 2025-10-30 | 6.4438 |
| 2025-11-06 | 6.4397 |
| 2025-11-13 | 6.4409 |
| 2025-11-20 | 6.4231 |
| 2025-11-27 | 6.3685 |
| 2025-12-04 | 6.3583 |
| 2025-12-12 | 6.2961 |
| 2025-12-19 | 6.3519 |
| 2025-12-26 | 6.3173 |
| 2026-01-02 | 6.3112 |
| 2026-01-09 | 6.2983 |
| 2026-01-16 | 6.2491 |
| 2026-01-23 | 6.1582 |
| 2026-01-30 | 6.1995 |
| 2026-02-06 | 6.2815 |
| 2026-02-13 | 6.3065 |
| 2026-02-20 | 6.2809 |
| 2026-02-27 | 6.2713 |
| 2026-03-06 | 6.2082 |
| 2026-03-13 | 6.1918 |
| 2026-03-20 | 6.1035 |
| 2026-03-27 | 6.0279 |
| 2026-04-03 | 6.1639 |
| 2026-04-10 | 6.1526 |
| 2026-04-17 | 6.1567 |
| 2026-04-24 | 6.0635 |
| 2026-05-01 | 6.0031 |
| 2026-05-08 | 6.0681 |
| 2026-05-16 | 5.9531 |
| 2026-05-24 | 5.9618 |
| 2026-05-31 | 6.0100 |
| 2026-06-09 | 5.9862 |
| 2026-06-16 | 6.0423 |
| 2026-06-23 | 6.0342 |
| 2026-06-30 | 6.0224 |
| 2026-07-07 | 6.0021 |
| 2026-07-14 | 5.9409 |
| 2026-07-21 | 5.9416 |
| 2026-07-28 | 5.9525 |
| 2026-08-04 | 5.9705 |
| 2026-08-11 | 5.9865 |
| 2026-08-18 | 5.9642 |
| 2026-08-26 | 5.9760 |
| 2026-09-02 | 6.0112 |
| 2026-09-09 | 6.0000 |
| 2026-09-16 | 5.9490 |
| 2026-09-23 | 5.9713 |
High
6.4770
Low
5.9369
Average
6.1664
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.