Skip to content

TOP to SOS exchange rate API

Pa’anga to Somali Shilling · quoted 2026-09-25

242.6511

▼ +0.79% over 1Y

1 TOP = 242.6511 SOS · 1 SOS = 0.004121 TOP · Get this rate via the API

1 TOP buys 242.6511 SOS as of 2026-09-25, so 1 SOS buys 0.004121 TOP. Over the last year, TOP/SOS traded between 236.9534 and 245.3120, averaged 241.7160 and fell 0.79%. The API holds daily TOP/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/SOS over 1Y

TOP/SOS over 1Y: show the values
PointTOP/SOS
2025-09-25244.5787
2025-10-02241.7502
2025-10-09241.5104
2025-10-16241.2143
2025-10-23241.1321
2025-10-30240.7573
2025-11-06241.8389
2025-11-13242.4649
2025-11-20237.9705
2025-11-27237.4019
2025-12-04239.1688
2025-12-12237.8177
2025-12-19238.3751
2025-12-26241.4029
2026-01-02238.0684
2026-01-09237.3359
2026-01-16240.5409
2026-01-23239.1610
2026-01-30243.2266
2026-02-06242.1862
2026-02-13244.5796
2026-02-20243.7609
2026-02-27244.2048
2026-03-06242.7274
2026-03-13244.0170
2026-03-20243.4527
2026-03-27244.9505
2026-04-03242.0228
2026-04-10243.5262
2026-04-18237.3591
2026-04-25236.9534
2026-05-02237.1500
2026-05-09237.3591
2026-05-17242.6217
2026-05-25244.5172
2026-06-01245.3120
2026-06-10243.1315
2026-06-17245.1892
2026-06-24241.9682
2026-07-01240.6549
2026-07-08243.7472
2026-07-15241.9867
2026-07-22241.5665
2026-07-29241.9078
2026-08-05242.1000
2026-08-12242.2342
2026-08-20242.0418
2026-08-27244.6965
2026-09-03244.0313
2026-09-10244.0611
2026-09-17244.0887
2026-09-24242.4724

High

245.3120

Low

236.9534

Average

241.7160

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/SOS API questions

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

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

How far back does TOP/SOS historical data go?

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