PAB to NGN exchange rate API
Balboa to Naira · quoted 2026-09-26
1329.26
▼ +11.31% over 1Y
1 PAB = 1329.26 NGN · 1 NGN = 0.000752 PAB · Get this rate via the API
1 PAB buys 1329.26 NGN as of 2026-09-26, so 1 NGN buys 0.000752 PAB. Over the last year, PAB/NGN traded between 1323.24 and 1498.81, averaged 1391.70 and fell 11.31%. The API holds daily PAB/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/NGN over 1Y: show the values
| Point | PAB/NGN |
|---|---|
| 2025-09-26 | 1498.81 |
| 2025-10-03 | 1474.54 |
| 2025-10-10 | 1476.90 |
| 2025-10-17 | 1462.73 |
| 2025-10-24 | 1459.82 |
| 2025-10-31 | 1444.12 |
| 2025-11-07 | 1438.20 |
| 2025-11-14 | 1441.32 |
| 2025-11-21 | 1453.30 |
| 2025-11-28 | 1444.92 |
| 2025-12-05 | 1447.89 |
| 2025-12-13 | 1452.36 |
| 2025-12-20 | 1460.70 |
| 2025-12-27 | 1450.95 |
| 2026-01-03 | 1440.33 |
| 2026-01-10 | 1429.48 |
| 2026-01-17 | 1422.83 |
| 2026-01-24 | 1420.74 |
| 2026-01-31 | 1386.32 |
| 2026-02-07 | 1367.22 |
| 2026-02-14 | 1353.21 |
| 2026-02-21 | 1343.70 |
| 2026-02-28 | 1364.12 |
| 2026-03-07 | 1393.45 |
| 2026-03-14 | 1383.90 |
| 2026-03-21 | 1355.94 |
| 2026-03-28 | 1383.31 |
| 2026-04-04 | 1379.02 |
| 2026-04-11 | 1360.14 |
| 2026-04-18 | 1342.50 |
| 2026-04-25 | 1357.34 |
| 2026-05-02 | 1375.70 |
| 2026-05-09 | 1365.05 |
| 2026-05-17 | 1371.44 |
| 2026-05-25 | 1368.41 |
| 2026-06-01 | 1372.76 |
| 2026-06-10 | 1359.39 |
| 2026-06-17 | 1358.39 |
| 2026-06-24 | 1370.18 |
| 2026-07-01 | 1379.80 |
| 2026-07-08 | 1372.36 |
| 2026-07-15 | 1379.45 |
| 2026-07-22 | 1379.28 |
| 2026-07-29 | 1365.52 |
| 2026-08-05 | 1364.30 |
| 2026-08-12 | 1361.54 |
| 2026-08-20 | 1346.70 |
| 2026-08-27 | 1343.08 |
| 2026-09-03 | 1327.89 |
| 2026-09-10 | 1323.24 |
| 2026-09-17 | 1329.79 |
| 2026-09-24 | 1326.63 |
High
1498.81
Low
1323.24
Average
1391.70
Get this rate via the API
One GET request returns the PAB/NGN 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=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=NGN").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/NGN API questions
How do I get the PAB/NGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/NGN rate in rates.NGN.
How far back does PAB/NGN historical data go?
Daily PAB/NGN 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/NGN 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.