Skip to content

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

PGK/NGN over 1Y: show the values
PointPGK/NGN
2025-09-25359.5216
2025-10-02355.0942
2025-10-09353.8810
2025-10-16349.1521
2025-10-23352.7641
2025-10-30346.1718
2025-11-06341.1727
2025-11-13341.4365
2025-11-20343.0740
2025-11-27340.2309
2025-12-04338.1542
2025-12-12341.3684
2025-12-19341.7880
2025-12-26335.9510
2026-01-02337.0208
2026-01-09334.2697
2026-01-16332.9769
2026-01-23332.5676
2026-01-30324.6458
2026-02-06318.8248
2026-02-13316.0761
2026-02-20312.7708
2026-02-27314.7892
2026-03-06322.1949
2026-03-13322.0044
2026-03-20315.1547
2026-03-27321.7525
2026-04-03319.4583
2026-04-10315.1616
2026-04-17309.1545
2026-04-24312.6112
2026-05-01315.7608
2026-05-08313.0753
2026-05-16314.0898
2026-05-24315.1179
2026-05-31315.5539
2026-06-09310.5430
2026-06-16311.0309
2026-06-23312.6238
2026-06-30313.4527
2026-07-07311.5440
2026-07-14313.8115
2026-07-21312.8041
2026-07-28309.2969
2026-08-04309.7452
2026-08-11307.5280
2026-08-18305.8062
2026-08-26304.0044
2026-09-02301.3620
2026-09-09297.9009
2026-09-16297.3291
2026-09-23297.1475

High

359.5216

Low

297.1475

Average

322.4149

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NGN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.