Skip to content

TOP to NPR exchange rate API

Pa’anga to Nepalese Rupee · quoted 2026-09-25

64.2972

▲ +5.80% over 1Y

1 TOP = 64.2972 NPR · 1 NPR = 0.01555 TOP · Get this rate via the API

1 TOP buys 64.2972 NPR as of 2026-09-25, so 1 NPR buys 0.01555 TOP. Over the last year, TOP/NPR traded between 59.1665 and 65.4990, averaged 62.7109 and rose 5.80%. The API holds daily TOP/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/NPR over 1Y

TOP/NPR over 1Y: show the values
PointTOP/NPR
2025-09-2560.7744
2025-10-0260.0541
2025-10-0960.0462
2025-10-1659.4856
2025-10-2359.5763
2025-10-3059.5698
2025-11-0660.1414
2025-11-1360.2170
2025-11-2059.1665
2025-11-2759.5147
2025-12-0460.4363
2025-12-1260.2939
2025-12-1960.4341
2025-12-2661.0711
2026-01-0260.2077
2026-01-0960.0952
2026-01-1661.3401
2026-01-2361.9834
2026-01-3062.7954
2026-02-0661.4973
2026-02-1362.0911
2026-02-2062.1787
2026-02-2762.2631
2026-03-0662.4294
2026-03-1363.0188
2026-03-2063.3851
2026-03-2764.5974
2026-04-0362.8526
2026-04-1063.0585
2026-04-1861.6637
2026-04-2562.4922
2026-05-0263.0476
2026-05-0962.7502
2026-05-1765.3061
2026-05-2565.4131
2026-06-0165.2027
2026-06-1064.9785
2026-06-1764.8821
2026-06-2464.3039
2026-07-0163.9760
2026-07-0864.9840
2026-07-1565.2405
2026-07-2265.2225
2026-07-2965.0818
2026-08-0564.5206
2026-08-1264.8602
2026-08-2065.3260
2026-08-2765.4990
2026-09-0364.6576
2026-09-1065.1866
2026-09-1765.2180
2026-09-2464.9904

High

65.4990

Low

59.1665

Average

62.7109

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/NPR API questions

How do I get the TOP/NPR exchange rate from an API?

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

How far back does TOP/NPR historical data go?

Daily TOP/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 TOP/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.