PGK to NGN exchange rate API
Kina to Naira · quoted 2026-09-25
297.2677
▼ +17.32% over 1Y
1 PGK = 297.2677 NGN · 1 NGN = 0.003364 PGK · Get this rate via the API
1 PGK buys 297.2677 NGN as of 2026-09-25, so 1 NGN buys 0.003364 PGK. Over the last year, PGK/NGN traded between 297.1475 and 359.5216, averaged 322.4149 and fell 17.32%. The API holds daily PGK/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/NGN over 1Y: show the values
| Point | PGK/NGN |
|---|---|
| 2025-09-25 | 359.5216 |
| 2025-10-02 | 355.0942 |
| 2025-10-09 | 353.8810 |
| 2025-10-16 | 349.1521 |
| 2025-10-23 | 352.7641 |
| 2025-10-30 | 346.1718 |
| 2025-11-06 | 341.1727 |
| 2025-11-13 | 341.4365 |
| 2025-11-20 | 343.0740 |
| 2025-11-27 | 340.2309 |
| 2025-12-04 | 338.1542 |
| 2025-12-12 | 341.3684 |
| 2025-12-19 | 341.7880 |
| 2025-12-26 | 335.9510 |
| 2026-01-02 | 337.0208 |
| 2026-01-09 | 334.2697 |
| 2026-01-16 | 332.9769 |
| 2026-01-23 | 332.5676 |
| 2026-01-30 | 324.6458 |
| 2026-02-06 | 318.8248 |
| 2026-02-13 | 316.0761 |
| 2026-02-20 | 312.7708 |
| 2026-02-27 | 314.7892 |
| 2026-03-06 | 322.1949 |
| 2026-03-13 | 322.0044 |
| 2026-03-20 | 315.1547 |
| 2026-03-27 | 321.7525 |
| 2026-04-03 | 319.4583 |
| 2026-04-10 | 315.1616 |
| 2026-04-17 | 309.1545 |
| 2026-04-24 | 312.6112 |
| 2026-05-01 | 315.7608 |
| 2026-05-08 | 313.0753 |
| 2026-05-16 | 314.0898 |
| 2026-05-24 | 315.1179 |
| 2026-05-31 | 315.5539 |
| 2026-06-09 | 310.5430 |
| 2026-06-16 | 311.0309 |
| 2026-06-23 | 312.6238 |
| 2026-06-30 | 313.4527 |
| 2026-07-07 | 311.5440 |
| 2026-07-14 | 313.8115 |
| 2026-07-21 | 312.8041 |
| 2026-07-28 | 309.2969 |
| 2026-08-04 | 309.7452 |
| 2026-08-11 | 307.5280 |
| 2026-08-18 | 305.8062 |
| 2026-08-26 | 304.0044 |
| 2026-09-02 | 301.3620 |
| 2026-09-09 | 297.9009 |
| 2026-09-16 | 297.3291 |
| 2026-09-23 | 297.1475 |
High
359.5216
Low
297.1475
Average
322.4149
Get this rate via the API
One GET request returns the PGK/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=PGK¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NGN").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/NGN API questions
How do I get the PGK/NGN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/NGN rate in rates.NGN.
How far back does PGK/NGN historical data go?
Daily PGK/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 PGK/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.