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: show the values
| Point | TOP/SOS |
|---|---|
| 2025-09-25 | 244.5787 |
| 2025-10-02 | 241.7502 |
| 2025-10-09 | 241.5104 |
| 2025-10-16 | 241.2143 |
| 2025-10-23 | 241.1321 |
| 2025-10-30 | 240.7573 |
| 2025-11-06 | 241.8389 |
| 2025-11-13 | 242.4649 |
| 2025-11-20 | 237.9705 |
| 2025-11-27 | 237.4019 |
| 2025-12-04 | 239.1688 |
| 2025-12-12 | 237.8177 |
| 2025-12-19 | 238.3751 |
| 2025-12-26 | 241.4029 |
| 2026-01-02 | 238.0684 |
| 2026-01-09 | 237.3359 |
| 2026-01-16 | 240.5409 |
| 2026-01-23 | 239.1610 |
| 2026-01-30 | 243.2266 |
| 2026-02-06 | 242.1862 |
| 2026-02-13 | 244.5796 |
| 2026-02-20 | 243.7609 |
| 2026-02-27 | 244.2048 |
| 2026-03-06 | 242.7274 |
| 2026-03-13 | 244.0170 |
| 2026-03-20 | 243.4527 |
| 2026-03-27 | 244.9505 |
| 2026-04-03 | 242.0228 |
| 2026-04-10 | 243.5262 |
| 2026-04-18 | 237.3591 |
| 2026-04-25 | 236.9534 |
| 2026-05-02 | 237.1500 |
| 2026-05-09 | 237.3591 |
| 2026-05-17 | 242.6217 |
| 2026-05-25 | 244.5172 |
| 2026-06-01 | 245.3120 |
| 2026-06-10 | 243.1315 |
| 2026-06-17 | 245.1892 |
| 2026-06-24 | 241.9682 |
| 2026-07-01 | 240.6549 |
| 2026-07-08 | 243.7472 |
| 2026-07-15 | 241.9867 |
| 2026-07-22 | 241.5665 |
| 2026-07-29 | 241.9078 |
| 2026-08-05 | 242.1000 |
| 2026-08-12 | 242.2342 |
| 2026-08-20 | 242.0418 |
| 2026-08-27 | 244.6965 |
| 2026-09-03 | 244.0313 |
| 2026-09-10 | 244.0611 |
| 2026-09-17 | 244.0887 |
| 2026-09-24 | 242.4724 |
High
245.3120
Low
236.9534
Average
241.7160
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.