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: show the values
| Point | PAB/NOK |
|---|---|
| 2025-09-25 | 9.9574 |
| 2025-10-02 | 9.9328 |
| 2025-10-09 | 10.0112 |
| 2025-10-16 | 10.0730 |
| 2025-10-23 | 9.9913 |
| 2025-10-30 | 10.0994 |
| 2025-11-06 | 10.1678 |
| 2025-11-13 | 10.0473 |
| 2025-11-20 | 10.1967 |
| 2025-11-27 | 10.1873 |
| 2025-12-04 | 10.0994 |
| 2025-12-12 | 10.1066 |
| 2025-12-19 | 10.1733 |
| 2025-12-26 | 10.0074 |
| 2026-01-02 | 10.0661 |
| 2026-01-09 | 10.1155 |
| 2026-01-16 | 10.0889 |
| 2026-01-23 | 9.8297 |
| 2026-01-30 | 9.5549 |
| 2026-02-06 | 9.7249 |
| 2026-02-13 | 9.5481 |
| 2026-02-20 | 9.5640 |
| 2026-02-27 | 9.4947 |
| 2026-03-06 | 9.6640 |
| 2026-03-13 | 9.7238 |
| 2026-03-20 | 9.5448 |
| 2026-03-27 | 9.7148 |
| 2026-04-03 | 9.7822 |
| 2026-04-10 | 9.5045 |
| 2026-04-17 | 9.3392 |
| 2026-04-24 | 9.3508 |
| 2026-05-01 | 9.2675 |
| 2026-05-08 | 9.1713 |
| 2026-05-16 | 9.3098 |
| 2026-05-24 | 9.2615 |
| 2026-05-31 | 9.2509 |
| 2026-06-09 | 9.4483 |
| 2026-06-16 | 9.5278 |
| 2026-06-23 | 9.7814 |
| 2026-06-30 | 9.9267 |
| 2026-07-07 | 9.8084 |
| 2026-07-14 | 9.7124 |
| 2026-07-21 | 9.6225 |
| 2026-07-28 | 9.6820 |
| 2026-08-04 | 9.5462 |
| 2026-08-11 | 9.5065 |
| 2026-08-18 | 9.4182 |
| 2026-08-26 | 9.3277 |
| 2026-09-02 | 9.3358 |
| 2026-09-09 | 9.1808 |
| 2026-09-16 | 9.3512 |
| 2026-09-23 | 9.4637 |
High
10.1967
Low
9.1713
Average
9.6997
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.