Skip to content

PAB to NOK exchange rate API

Balboa to Norwegian Krone · quoted 2026-09-25

9.5191

▼ +4.40% over 1Y

1 PAB = 9.5191 NOK · 1 NOK = 0.10505 PAB · Get this rate via the API

1 PAB buys 9.5191 NOK as of 2026-09-25, so 1 NOK buys 0.10505 PAB. Over the last year, PAB/NOK traded between 9.1713 and 10.1967, averaged 9.6997 and fell 4.40%. The API holds daily PAB/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/NOK over 1Y

PAB/NOK over 1Y: show the values
PointPAB/NOK
2025-09-259.9574
2025-10-029.9328
2025-10-0910.0112
2025-10-1610.0730
2025-10-239.9913
2025-10-3010.0994
2025-11-0610.1678
2025-11-1310.0473
2025-11-2010.1967
2025-11-2710.1873
2025-12-0410.0994
2025-12-1210.1066
2025-12-1910.1733
2025-12-2610.0074
2026-01-0210.0661
2026-01-0910.1155
2026-01-1610.0889
2026-01-239.8297
2026-01-309.5549
2026-02-069.7249
2026-02-139.5481
2026-02-209.5640
2026-02-279.4947
2026-03-069.6640
2026-03-139.7238
2026-03-209.5448
2026-03-279.7148
2026-04-039.7822
2026-04-109.5045
2026-04-179.3392
2026-04-249.3508
2026-05-019.2675
2026-05-089.1713
2026-05-169.3098
2026-05-249.2615
2026-05-319.2509
2026-06-099.4483
2026-06-169.5278
2026-06-239.7814
2026-06-309.9267
2026-07-079.8084
2026-07-149.7124
2026-07-219.6225
2026-07-289.6820
2026-08-049.5462
2026-08-119.5065
2026-08-189.4182
2026-08-269.3277
2026-09-029.3358
2026-09-099.1808
2026-09-169.3512
2026-09-239.4637

High

10.1967

Low

9.1713

Average

9.6997

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/NOK API questions

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

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

How far back does PAB/NOK historical data go?

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