Skip to content

PGK to NIO exchange rate API

Kina to Cordoba Oro · quoted 2026-09-24

8.3070

▼ +6.28% over 1Y

1 PGK = 8.3070 NIO · 1 NIO = 0.12038 PGK · Get this rate via the API

1 PGK buys 8.3070 NIO as of 2026-09-24, so 1 NIO buys 0.12038 PGK. Over the last year, PGK/NIO traded between 8.2204 and 8.8818, averaged 8.5191 and fell 6.28%. The API holds daily PGK/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/NIO over 1Y

PGK/NIO over 1Y: show the values
PointPGK/NIO
2025-09-248.8638
2025-10-018.8818
2025-10-088.7912
2025-10-158.7497
2025-10-228.8404
2025-10-298.7708
2025-11-058.7482
2025-11-128.7042
2025-11-198.7007
2025-11-268.6651
2025-12-038.5727
2025-12-118.6442
2025-12-188.6456
2025-12-258.5216
2026-01-018.6357
2026-01-088.6210
2026-01-158.6214
2026-01-228.6112
2026-01-298.6083
2026-02-058.6051
2026-02-128.5998
2026-02-198.5825
2026-02-268.5487
2026-03-058.5597
2026-03-128.5404
2026-03-198.5580
2026-03-268.5546
2026-04-028.5332
2026-04-098.5014
2026-04-168.4584
2026-04-238.4968
2026-04-308.4526
2026-05-078.4893
2026-05-158.5000
2026-05-238.4789
2026-05-308.4390
2026-06-068.4265
2026-06-158.4111
2026-06-228.3960
2026-06-298.3651
2026-07-068.3444
2026-07-138.3428
2026-07-208.3275
2026-07-278.3034
2026-08-038.2743
2026-08-108.3300
2026-08-178.2239
2026-08-258.2506
2026-09-018.3159
2026-09-088.2689
2026-09-158.2204
2026-09-228.3086

High

8.8818

Low

8.2204

Average

8.5191

For developers

Get this rate via the API

One GET request returns the PGK/NIO 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=NIO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NIO");
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=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/NIO API questions

How do I get the PGK/NIO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/NIO rate in rates.NIO.

How far back does PGK/NIO historical data go?

Daily PGK/NIO 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/NIO 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.