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: show the values
| Point | PAB/NOK |
|---|---|
| 2025-12-31 | 10.0791 |
| 2026-01-07 | 10.0638 |
| 2026-01-14 | 10.0704 |
| 2026-01-21 | 9.9127 |
| 2026-01-28 | 9.6234 |
| 2026-02-04 | 9.6442 |
| 2026-02-11 | 9.4810 |
| 2026-02-18 | 9.4795 |
| 2026-02-25 | 9.5855 |
| 2026-03-04 | 9.6476 |
| 2026-03-11 | 9.6451 |
| 2026-03-18 | 9.5830 |
| 2026-03-25 | 9.7356 |
| 2026-04-01 | 9.6579 |
| 2026-04-08 | 9.5280 |
| 2026-04-15 | 9.4346 |
| 2026-04-22 | 9.3014 |
| 2026-04-29 | 9.2812 |
| 2026-05-06 | 9.2845 |
| 2026-05-14 | 9.2275 |
| 2026-05-21 | 9.2314 |
| 2026-05-29 | 9.2524 |
| 2026-06-05 | 9.3166 |
| 2026-06-14 | 9.5036 |
| 2026-06-21 | 9.6986 |
| 2026-06-28 | 9.9387 |
| 2026-07-05 | 9.8334 |
| 2026-07-12 | 9.7762 |
| 2026-07-19 | 9.6908 |
| 2026-07-26 | 9.5812 |
| 2026-08-02 | 9.4779 |
| 2026-08-09 | 9.5003 |
| 2026-08-16 | 9.4508 |
| 2026-08-24 | 9.3146 |
| 2026-08-31 | 9.3412 |
| 2026-09-07 | 9.2703 |
| 2026-09-14 | 9.3213 |
| 2026-09-21 | 9.4108 |
High
10.0791
Low
9.2275
Average
9.5563
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.