Skip to content

PGK to NGN exchange rate API

Kina to Naira · quoted 2026-09-25

297.2677

▼ +7.33% over 6M

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 6 months, PGK/NGN traded between 294.2881 and 320.7834, averaged 309.1860 and fell 7.33%. 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 6M

PGK/NGN over 6M: show the values
PointPGK/NGN
2026-03-29320.7834
2026-04-05319.8128
2026-04-12314.5282
2026-04-19309.1764
2026-04-26312.4966
2026-05-03316.6904
2026-05-10311.4689
2026-05-18314.5631
2026-05-26314.4091
2026-06-02313.9333
2026-06-11310.3937
2026-06-18309.9750
2026-06-25311.9078
2026-07-02312.2662
2026-07-09312.8776
2026-07-16311.3085
2026-07-23308.1293
2026-07-30306.9167
2026-08-06308.5091
2026-08-13307.5237
2026-08-21301.0825
2026-08-28303.1965
2026-09-04294.2881
2026-09-11297.4616
2026-09-18297.8687

High

320.7834

Low

294.2881

Average

309.1860

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.