Skip to content

SOS to JPY exchange rate API

Somali Shilling to Yen · quoted 2026-09-25

0.27693

▲ +1.01% over YTD

1 SOS = 0.27693 JPY · 1 JPY = 3.6110 SOS · Get this rate via the API

1 SOS buys 0.27693 JPY as of 2026-09-25, so 1 JPY buys 3.6110 SOS. Over the year to date, SOS/JPY traded between 0.26751 and 0.28648, averaged 0.27730 and rose 1.01%. The API holds daily SOS/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SOS/JPY over YTD

SOS/JPY over YTD: show the values
PointSOS/JPY
2025-12-310.27418
2026-01-070.27803
2026-01-140.27812
2026-01-210.27716
2026-01-280.26751
2026-02-040.27412
2026-02-110.26833
2026-02-180.26988
2026-02-250.27468
2026-03-040.27491
2026-03-110.27757
2026-03-180.28056
2026-03-250.27817
2026-04-010.27707
2026-04-080.27675
2026-04-150.27823
2026-04-220.27826
2026-04-290.27960
2026-05-060.27390
2026-05-140.27578
2026-05-210.27848
2026-05-290.28004
2026-06-050.27958
2026-06-140.27996
2026-06-210.28234
2026-06-280.28306
2026-07-050.28222
2026-07-120.28425
2026-07-190.28427
2026-07-260.28648
2026-08-020.27586
2026-08-090.27095
2026-08-160.28162
2026-08-240.27946
2026-08-310.27952
2026-09-070.27081
2026-09-140.27043
2026-09-210.27565

High

0.28648

Low

0.26751

Average

0.27730

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SOS/JPY API questions

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

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

How far back does SOS/JPY historical data go?

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