TOP to SOS exchange rate API
Pa’anga to Somali Shilling · quoted 2026-09-25
241.0826
▼ +1.89% over 5Y
1 TOP = 241.0826 SOS · 1 SOS = 0.004148 TOP · Get this rate via the API
1 TOP buys 241.0826 SOS as of 2026-09-25, so 1 SOS buys 0.004148 TOP. Over the last 5 years, TOP/SOS traded between 237.8435 and 249.6104, averaged 243.0981 and fell 1.89%. 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 5Y: show the values
| Point | TOP/SOS |
|---|---|
| 2024-08-24 | 245.7357 |
| 2024-10-07 | 249.3684 |
| 2024-11-06 | 249.6104 |
| 2024-12-06 | 244.1860 |
| 2025-01-05 | 241.9752 |
| 2025-02-04 | 237.8435 |
| 2025-03-06 | 243.2203 |
| 2025-04-06 | 239.9640 |
| 2025-05-06 | 244.3894 |
| 2025-06-07 | 241.3782 |
| 2025-07-07 | 246.8396 |
| 2025-08-06 | 242.1846 |
| 2025-09-05 | 246.6335 |
| 2025-10-06 | 241.5597 |
| 2025-11-05 | 243.1882 |
| 2025-12-05 | 238.4336 |
| 2026-01-05 | 239.4191 |
| 2026-02-04 | 244.9203 |
| 2026-03-06 | 242.7274 |
| 2026-04-05 | 243.0977 |
| 2026-05-06 | 244.9921 |
| 2026-06-09 | 244.5070 |
| 2026-07-09 | 240.4540 |
| 2026-08-08 | 238.6716 |
| 2026-09-08 | 244.1685 |
High
249.6104
Low
237.8435
Average
243.0981
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.