Skip to content

PAB to NOK exchange rate API

Balboa to Norwegian Krone · quoted 2026-09-25

9.5191

▼ +5.56% over YTD

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 year to date, PAB/NOK traded between 9.2275 and 10.0791, averaged 9.5563 and fell 5.56%. 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 YTD

PAB/NOK over YTD: show the values
PointPAB/NOK
2025-12-3110.0791
2026-01-0710.0638
2026-01-1410.0704
2026-01-219.9127
2026-01-289.6234
2026-02-049.6442
2026-02-119.4810
2026-02-189.4795
2026-02-259.5855
2026-03-049.6476
2026-03-119.6451
2026-03-189.5830
2026-03-259.7356
2026-04-019.6579
2026-04-089.5280
2026-04-159.4346
2026-04-229.3014
2026-04-299.2812
2026-05-069.2845
2026-05-149.2275
2026-05-219.2314
2026-05-299.2524
2026-06-059.3166
2026-06-149.5036
2026-06-219.6986
2026-06-289.9387
2026-07-059.8334
2026-07-129.7762
2026-07-199.6908
2026-07-269.5812
2026-08-029.4779
2026-08-099.5003
2026-08-169.4508
2026-08-249.3146
2026-08-319.3412
2026-09-079.2703
2026-09-149.3213
2026-09-219.4108

High

10.0791

Low

9.2275

Average

9.5563

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.