Skip to content

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

PAB/SOS over 1Y: show the values
PointPAB/SOS
2025-09-25571.6479
2025-10-02571.4466
2025-10-09571.3489
2025-10-16568.9891
2025-10-23568.8170
2025-10-30571.6772
2025-11-06570.3923
2025-11-13571.2353
2025-11-20569.8127
2025-11-27569.3591
2025-12-04571.4221
2025-12-12569.9564
2025-12-19569.7555
2025-12-26569.5539
2026-01-02569.2436
2026-01-09568.2314
2026-01-16566.9626
2026-01-23565.7010
2026-01-30569.9778
2026-02-06569.4962
2026-02-13571.4321
2026-02-20571.2192
2026-02-27571.1930
2026-03-06570.1521
2026-03-13572.0239
2026-03-20571.3972
2026-03-27571.5144
2026-04-03571.4583
2026-04-10572.2266
2026-04-17571.5011
2026-04-24571.4524
2026-05-01571.3831
2026-05-08571.5136
2026-05-16571.4335
2026-05-24571.6174
2026-05-31571.4815
2026-06-09570.7900
2026-06-16571.3617
2026-06-23571.6783
2026-06-30570.0885
2026-07-07570.0343
2026-07-14571.5398
2026-07-21571.7912
2026-07-28570.5940
2026-08-04569.4556
2026-08-11571.3520
2026-08-18570.6992
2026-08-26570.2353
2026-09-02570.9095
2026-09-09570.6651
2026-09-16570.8923
2026-09-23571.6932

High

572.2266

Low

565.7010

Average

570.6122

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=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&currencies=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.