Skip to content

PAB to SEK exchange rate API

Balboa to Swedish Krona · quoted 2026-09-25

9.9167

▲ +5.36% over 1Y

1 PAB = 9.9167 SEK · 1 SEK = 0.10084 PAB · Get this rate via the API

1 PAB buys 9.9167 SEK as of 2026-09-25, so 1 SEK buys 0.10084 PAB. Over the last year, PAB/SEK traded between 8.8267 and 9.9167, averaged 9.3996 and rose 5.36%. The API holds daily PAB/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/SEK over 1Y

PAB/SEK over 1Y: show the values
PointPAB/SEK
2025-09-259.4118
2025-10-029.3606
2025-10-099.4626
2025-10-169.4540
2025-10-239.4189
2025-10-309.4719
2025-11-069.5292
2025-11-139.4160
2025-11-209.5532
2025-11-279.4895
2025-12-049.4008
2025-12-129.2801
2025-12-199.3101
2025-12-269.1691
2026-01-029.2215
2026-01-099.2321
2026-01-169.2270
2026-01-239.0023
2026-01-308.8267
2026-02-069.0499
2026-02-138.9575
2026-02-209.0716
2026-02-279.0337
2026-03-069.2492
2026-03-139.3713
2026-03-209.3315
2026-03-279.4452
2026-04-039.4727
2026-04-109.2646
2026-04-179.1578
2026-04-249.2377
2026-05-019.2281
2026-05-089.1887
2026-05-169.4477
2026-05-249.3363
2026-05-319.2543
2026-06-099.4055
2026-06-169.3988
2026-06-239.7073
2026-06-309.7363
2026-07-079.6600
2026-07-149.6765
2026-07-219.6764
2026-07-289.7321
2026-08-049.5462
2026-08-119.5004
2026-08-189.5249
2026-08-269.4940
2026-09-029.6368
2026-09-099.5687
2026-09-169.7837
2026-09-239.8782

High

9.9167

Low

8.8267

Average

9.3996

For developers

Get this rate via the API

One GET request returns the PAB/SEK 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=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SEK");
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=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/SEK API questions

How do I get the PAB/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/SEK rate in rates.SEK.

How far back does PAB/SEK historical data go?

Daily PAB/SEK 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/SEK 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.