Skip to content

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

PGK/NPR over 1Y: show the values
PointPGK/NPR
2025-09-2534.2840
2025-10-0233.9498
2025-10-0934.1559
2025-10-1633.4675
2025-10-2333.8807
2025-10-3033.7356
2025-11-0633.5656
2025-11-1333.5963
2025-11-2033.4799
2025-11-2733.5414
2025-12-0433.7325
2025-12-1234.0297
2025-12-1933.8998
2025-12-2633.3629
2026-01-0233.5754
2026-01-0933.7308
2026-01-1633.8596
2026-01-2334.3440
2026-01-3034.3695
2026-02-0633.7076
2026-02-1333.8266
2026-02-2033.9021
2026-02-2733.8576
2026-03-0634.1044
2026-03-1334.1399
2026-03-2034.6306
2026-03-2735.0094
2026-04-0334.3881
2026-04-1034.2490
2026-04-1734.4214
2026-04-2434.8087
2026-05-0134.8687
2026-05-0834.7885
2026-05-1635.1640
2026-05-2435.2251
2026-05-3134.8884
2026-06-0934.9180
2026-06-1634.6744
2026-06-2334.6435
2026-06-3034.3895
2026-07-0734.7594
2026-07-1434.8431
2026-07-2134.9749
2026-07-2834.6914
2026-08-0434.6884
2026-08-1134.4259
2026-08-1834.6172
2026-08-2634.4233
2026-09-0234.3634
2026-09-0934.2812
2026-09-1634.3658
2026-09-2334.3327

High

35.2251

Low

33.3629

Average

34.2665

For developers

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