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: show the values
| Point | PGK/NIO |
|---|---|
| 2025-09-24 | 8.8638 |
| 2025-10-01 | 8.8818 |
| 2025-10-08 | 8.7912 |
| 2025-10-15 | 8.7497 |
| 2025-10-22 | 8.8404 |
| 2025-10-29 | 8.7708 |
| 2025-11-05 | 8.7482 |
| 2025-11-12 | 8.7042 |
| 2025-11-19 | 8.7007 |
| 2025-11-26 | 8.6651 |
| 2025-12-03 | 8.5727 |
| 2025-12-11 | 8.6442 |
| 2025-12-18 | 8.6456 |
| 2025-12-25 | 8.5216 |
| 2026-01-01 | 8.6357 |
| 2026-01-08 | 8.6210 |
| 2026-01-15 | 8.6214 |
| 2026-01-22 | 8.6112 |
| 2026-01-29 | 8.6083 |
| 2026-02-05 | 8.6051 |
| 2026-02-12 | 8.5998 |
| 2026-02-19 | 8.5825 |
| 2026-02-26 | 8.5487 |
| 2026-03-05 | 8.5597 |
| 2026-03-12 | 8.5404 |
| 2026-03-19 | 8.5580 |
| 2026-03-26 | 8.5546 |
| 2026-04-02 | 8.5332 |
| 2026-04-09 | 8.5014 |
| 2026-04-16 | 8.4584 |
| 2026-04-23 | 8.4968 |
| 2026-04-30 | 8.4526 |
| 2026-05-07 | 8.4893 |
| 2026-05-15 | 8.5000 |
| 2026-05-23 | 8.4789 |
| 2026-05-30 | 8.4390 |
| 2026-06-06 | 8.4265 |
| 2026-06-15 | 8.4111 |
| 2026-06-22 | 8.3960 |
| 2026-06-29 | 8.3651 |
| 2026-07-06 | 8.3444 |
| 2026-07-13 | 8.3428 |
| 2026-07-20 | 8.3275 |
| 2026-07-27 | 8.3034 |
| 2026-08-03 | 8.2743 |
| 2026-08-10 | 8.3300 |
| 2026-08-17 | 8.2239 |
| 2026-08-25 | 8.2506 |
| 2026-09-01 | 8.3159 |
| 2026-09-08 | 8.2689 |
| 2026-09-15 | 8.2204 |
| 2026-09-22 | 8.3086 |
High
8.8818
Low
8.2204
Average
8.5191
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.