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: show the values
| Point | TOP/NPR |
|---|---|
| 2025-09-25 | 60.7744 |
| 2025-10-02 | 60.0541 |
| 2025-10-09 | 60.0462 |
| 2025-10-16 | 59.4856 |
| 2025-10-23 | 59.5763 |
| 2025-10-30 | 59.5698 |
| 2025-11-06 | 60.1414 |
| 2025-11-13 | 60.2170 |
| 2025-11-20 | 59.1665 |
| 2025-11-27 | 59.5147 |
| 2025-12-04 | 60.4363 |
| 2025-12-12 | 60.2939 |
| 2025-12-19 | 60.4341 |
| 2025-12-26 | 61.0711 |
| 2026-01-02 | 60.2077 |
| 2026-01-09 | 60.0952 |
| 2026-01-16 | 61.3401 |
| 2026-01-23 | 61.9834 |
| 2026-01-30 | 62.7954 |
| 2026-02-06 | 61.4973 |
| 2026-02-13 | 62.0911 |
| 2026-02-20 | 62.1787 |
| 2026-02-27 | 62.2631 |
| 2026-03-06 | 62.4294 |
| 2026-03-13 | 63.0188 |
| 2026-03-20 | 63.3851 |
| 2026-03-27 | 64.5974 |
| 2026-04-03 | 62.8526 |
| 2026-04-10 | 63.0585 |
| 2026-04-18 | 61.6637 |
| 2026-04-25 | 62.4922 |
| 2026-05-02 | 63.0476 |
| 2026-05-09 | 62.7502 |
| 2026-05-17 | 65.3061 |
| 2026-05-25 | 65.4131 |
| 2026-06-01 | 65.2027 |
| 2026-06-10 | 64.9785 |
| 2026-06-17 | 64.8821 |
| 2026-06-24 | 64.3039 |
| 2026-07-01 | 63.9760 |
| 2026-07-08 | 64.9840 |
| 2026-07-15 | 65.2405 |
| 2026-07-22 | 65.2225 |
| 2026-07-29 | 65.0818 |
| 2026-08-05 | 64.5206 |
| 2026-08-12 | 64.8602 |
| 2026-08-20 | 65.3260 |
| 2026-08-27 | 65.4990 |
| 2026-09-03 | 64.6576 |
| 2026-09-10 | 65.1866 |
| 2026-09-17 | 65.2180 |
| 2026-09-24 | 64.9904 |
High
65.4990
Low
59.1665
Average
62.7109
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.