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: show the values
| Point | PAB/SEK |
|---|---|
| 2025-09-25 | 9.4118 |
| 2025-10-02 | 9.3606 |
| 2025-10-09 | 9.4626 |
| 2025-10-16 | 9.4540 |
| 2025-10-23 | 9.4189 |
| 2025-10-30 | 9.4719 |
| 2025-11-06 | 9.5292 |
| 2025-11-13 | 9.4160 |
| 2025-11-20 | 9.5532 |
| 2025-11-27 | 9.4895 |
| 2025-12-04 | 9.4008 |
| 2025-12-12 | 9.2801 |
| 2025-12-19 | 9.3101 |
| 2025-12-26 | 9.1691 |
| 2026-01-02 | 9.2215 |
| 2026-01-09 | 9.2321 |
| 2026-01-16 | 9.2270 |
| 2026-01-23 | 9.0023 |
| 2026-01-30 | 8.8267 |
| 2026-02-06 | 9.0499 |
| 2026-02-13 | 8.9575 |
| 2026-02-20 | 9.0716 |
| 2026-02-27 | 9.0337 |
| 2026-03-06 | 9.2492 |
| 2026-03-13 | 9.3713 |
| 2026-03-20 | 9.3315 |
| 2026-03-27 | 9.4452 |
| 2026-04-03 | 9.4727 |
| 2026-04-10 | 9.2646 |
| 2026-04-17 | 9.1578 |
| 2026-04-24 | 9.2377 |
| 2026-05-01 | 9.2281 |
| 2026-05-08 | 9.1887 |
| 2026-05-16 | 9.4477 |
| 2026-05-24 | 9.3363 |
| 2026-05-31 | 9.2543 |
| 2026-06-09 | 9.4055 |
| 2026-06-16 | 9.3988 |
| 2026-06-23 | 9.7073 |
| 2026-06-30 | 9.7363 |
| 2026-07-07 | 9.6600 |
| 2026-07-14 | 9.6765 |
| 2026-07-21 | 9.6764 |
| 2026-07-28 | 9.7321 |
| 2026-08-04 | 9.5462 |
| 2026-08-11 | 9.5004 |
| 2026-08-18 | 9.5249 |
| 2026-08-26 | 9.4940 |
| 2026-09-02 | 9.6368 |
| 2026-09-09 | 9.5687 |
| 2026-09-16 | 9.7837 |
| 2026-09-23 | 9.8782 |
High
9.9167
Low
8.8267
Average
9.3996
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.