PAB to SOS exchange rate API
Balboa to Somali Shilling · quoted 2026-09-25
570.6426
▼ +0.18% over 1Y
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 year, PAB/SOS traded between 565.7010 and 572.2266, averaged 570.6122 and fell 0.18%. 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 1Y: show the values
| Point | PAB/SOS |
|---|---|
| 2025-09-25 | 571.6479 |
| 2025-10-02 | 571.4466 |
| 2025-10-09 | 571.3489 |
| 2025-10-16 | 568.9891 |
| 2025-10-23 | 568.8170 |
| 2025-10-30 | 571.6772 |
| 2025-11-06 | 570.3923 |
| 2025-11-13 | 571.2353 |
| 2025-11-20 | 569.8127 |
| 2025-11-27 | 569.3591 |
| 2025-12-04 | 571.4221 |
| 2025-12-12 | 569.9564 |
| 2025-12-19 | 569.7555 |
| 2025-12-26 | 569.5539 |
| 2026-01-02 | 569.2436 |
| 2026-01-09 | 568.2314 |
| 2026-01-16 | 566.9626 |
| 2026-01-23 | 565.7010 |
| 2026-01-30 | 569.9778 |
| 2026-02-06 | 569.4962 |
| 2026-02-13 | 571.4321 |
| 2026-02-20 | 571.2192 |
| 2026-02-27 | 571.1930 |
| 2026-03-06 | 570.1521 |
| 2026-03-13 | 572.0239 |
| 2026-03-20 | 571.3972 |
| 2026-03-27 | 571.5144 |
| 2026-04-03 | 571.4583 |
| 2026-04-10 | 572.2266 |
| 2026-04-17 | 571.5011 |
| 2026-04-24 | 571.4524 |
| 2026-05-01 | 571.3831 |
| 2026-05-08 | 571.5136 |
| 2026-05-16 | 571.4335 |
| 2026-05-24 | 571.6174 |
| 2026-05-31 | 571.4815 |
| 2026-06-09 | 570.7900 |
| 2026-06-16 | 571.3617 |
| 2026-06-23 | 571.6783 |
| 2026-06-30 | 570.0885 |
| 2026-07-07 | 570.0343 |
| 2026-07-14 | 571.5398 |
| 2026-07-21 | 571.7912 |
| 2026-07-28 | 570.5940 |
| 2026-08-04 | 569.4556 |
| 2026-08-11 | 571.3520 |
| 2026-08-18 | 570.6992 |
| 2026-08-26 | 570.2353 |
| 2026-09-02 | 570.9095 |
| 2026-09-09 | 570.6651 |
| 2026-09-16 | 570.8923 |
| 2026-09-23 | 571.6932 |
High
572.2266
Low
565.7010
Average
570.6122
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.