PGK to NPR exchange rate API
Kina to Nepalese Rupee · quoted 2026-09-25
34.1887
▼ +0.28% over 1Y
1 PGK = 34.1887 NPR · 1 NPR = 0.02925 PGK · Get this rate via the API
1 PGK buys 34.1887 NPR as of 2026-09-25, so 1 NPR buys 0.02925 PGK. Over the last year, PGK/NPR traded between 33.3629 and 35.2251, averaged 34.2665 and fell 0.28%. The API holds daily PGK/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/NPR over 1Y: show the values
| Point | PGK/NPR |
|---|---|
| 2025-09-25 | 34.2840 |
| 2025-10-02 | 33.9498 |
| 2025-10-09 | 34.1559 |
| 2025-10-16 | 33.4675 |
| 2025-10-23 | 33.8807 |
| 2025-10-30 | 33.7356 |
| 2025-11-06 | 33.5656 |
| 2025-11-13 | 33.5963 |
| 2025-11-20 | 33.4799 |
| 2025-11-27 | 33.5414 |
| 2025-12-04 | 33.7325 |
| 2025-12-12 | 34.0297 |
| 2025-12-19 | 33.8998 |
| 2025-12-26 | 33.3629 |
| 2026-01-02 | 33.5754 |
| 2026-01-09 | 33.7308 |
| 2026-01-16 | 33.8596 |
| 2026-01-23 | 34.3440 |
| 2026-01-30 | 34.3695 |
| 2026-02-06 | 33.7076 |
| 2026-02-13 | 33.8266 |
| 2026-02-20 | 33.9021 |
| 2026-02-27 | 33.8576 |
| 2026-03-06 | 34.1044 |
| 2026-03-13 | 34.1399 |
| 2026-03-20 | 34.6306 |
| 2026-03-27 | 35.0094 |
| 2026-04-03 | 34.3881 |
| 2026-04-10 | 34.2490 |
| 2026-04-17 | 34.4214 |
| 2026-04-24 | 34.8087 |
| 2026-05-01 | 34.8687 |
| 2026-05-08 | 34.7885 |
| 2026-05-16 | 35.1640 |
| 2026-05-24 | 35.2251 |
| 2026-05-31 | 34.8884 |
| 2026-06-09 | 34.9180 |
| 2026-06-16 | 34.6744 |
| 2026-06-23 | 34.6435 |
| 2026-06-30 | 34.3895 |
| 2026-07-07 | 34.7594 |
| 2026-07-14 | 34.8431 |
| 2026-07-21 | 34.9749 |
| 2026-07-28 | 34.6914 |
| 2026-08-04 | 34.6884 |
| 2026-08-11 | 34.4259 |
| 2026-08-18 | 34.6172 |
| 2026-08-26 | 34.4233 |
| 2026-09-02 | 34.3634 |
| 2026-09-09 | 34.2812 |
| 2026-09-16 | 34.3658 |
| 2026-09-23 | 34.3327 |
High
35.2251
Low
33.3629
Average
34.2665
Get this rate via the API
One GET request returns the PGK/NPR 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=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/NPR API questions
How do I get the PGK/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/NPR rate in rates.NPR.
How far back does PGK/NPR historical data go?
Daily PGK/NPR 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/NPR 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.