PAB to SOS exchange rate API
Balboa to Somali Shilling · quoted 2026-09-25
570.6426
▲ +0.07% over 30D
1 PAB = 570.6426 SOS · 1 SOS = 0.001752 PAB · Get this rate via the API
1 PAB buys 570.6426 SOS as of 2026-09-25, so 1 SOS buys 0.001752 PAB. Over the last 30 days, PAB/SOS traded between 553.9051 and 574.2637, averaged 570.0679 and rose 0.07%. The API holds daily PAB/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/SOS over 30D: show the values
| Point | PAB/SOS |
|---|---|
| 2026-08-26 | 570.2353 |
| 2026-08-27 | 571.4274 |
| 2026-08-28 | 570.4802 |
| 2026-08-29 | 571.4447 |
| 2026-08-30 | 571.4663 |
| 2026-08-31 | 571.4371 |
| 2026-09-01 | 570.7273 |
| 2026-09-02 | 570.9095 |
| 2026-09-03 | 570.3408 |
| 2026-09-04 | 569.2860 |
| 2026-09-05 | 571.4303 |
| 2026-09-06 | 571.5012 |
| 2026-09-07 | 571.4399 |
| 2026-09-08 | 570.4979 |
| 2026-09-09 | 570.6651 |
| 2026-09-10 | 570.9726 |
| 2026-09-11 | 570.6022 |
| 2026-09-12 | 553.9926 |
| 2026-09-13 | 553.9051 |
| 2026-09-14 | 571.4879 |
| 2026-09-15 | 570.9781 |
| 2026-09-16 | 570.8923 |
| 2026-09-17 | 574.2637 |
| 2026-09-18 | 571.5258 |
| 2026-09-19 | 571.7308 |
| 2026-09-20 | 571.5011 |
| 2026-09-21 | 570.5269 |
| 2026-09-22 | 571.1092 |
| 2026-09-23 | 571.6932 |
| 2026-09-24 | 572.4161 |
| 2026-09-25 | 570.6426 |
High
574.2637
Low
553.9051
Average
570.0679
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/SOS API questions
How do I get the PAB/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/SOS rate in rates.SOS.
How far back does PAB/SOS historical data go?
Daily PAB/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 PAB/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.