Discover/nepalstock.com.np API
live

nepalstock.com.np APInepalstock.com.np

Access real-time NEPSE indices, stock prices, market summaries, top performers, and historical OHLC data for all securities listed on Nepal's stock exchange.

Endpoints
7
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/200a3fbe-2c84-436d-8f67-6c08621de86e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/200a3fbe-2c84-436d-8f67-6c08621de86e/get_nepse_index' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Get current values and changes for various NEPSE indices including NEPSE Index, Sensitive Index, Float Index, and Sensitive Float Index.

Input

No input parameters required.

Response
{
  "type": "array",
  "fields": {
    "id": "integer index identifier",
    "low": "number low value",
    "high": "number high value",
    "close": "number closing value",
    "index": "string name of the index",
    "change": "number absolute change",
    "perChange": "number percentage change",
    "currentValue": "number current index value",
    "previousClose": "number previous day close value",
    "fiftyTwoWeekLow": "number 52-week low",
    "fiftyTwoWeekHigh": "number 52-week high"
  },
  "sample": {
    "data": [
      {
        "id": 58,
        "low": 2720.4145,
        "high": 2747.8489,
        "close": 2744.41,
        "index": "NEPSE Index",
        "change": -4.15,
        "auditId": null,
        "perChange": -0.15,
        "currentValue": 2740.25,
        "generatedTime": "2026-05-13T15:17:57.747",
        "previousClose": 2740.2544,
        "exchangeIndexId": null,
        "fiftyTwoWeekLow": 2487.18,
        "fiftyTwoWeekHigh": 3002.08
      }
    ],
    "status": "success"
  }
}

About the nepalstock.com.np API

This API exposes 7 endpoints covering Nepal Stock Exchange (NEPSE) market data, from live index values to per-security OHLC details. Use get_nepse_index to retrieve current values, percentage changes, and 52-week lows across four major NEPSE indices, or call get_today_prices to pull closing prices, volumes, and percentage changes for every security traded on a given day.

Market Indices and Daily Prices

get_nepse_index returns live data for the NEPSE Index, Sensitive Index, Float Index, and Sensitive Float Index. Each entry includes currentValue, change, perChange, previousClose, high, low, and fiftyTwoWeekLow. get_today_prices returns a flat list of all securities traded on the main NEPSE board (index ID 58), with fields like symbol, closePrice, lastTradedPrice, percentageChange, and totalTradeQuantity per security.

Stock Search and Detail

search_stocks accepts an optional query parameter for case-insensitive partial matching against symbol or company name. It returns id, symbol, securityName, and activeStatus — useful for resolving a ticker before passing it to get_stock_detail. That endpoint accepts either a symbol string (e.g., NABIL) or a numeric security ID and returns two nested objects: securityData (sector, email, active status) and securityMcsData (open, high, low, close, previous close, last traded price, total trade quantity).

Market Summary and Top Performers

get_market_summary returns key market-wide metrics as value/detail pairs covering total turnover, traded shares, transactions, scrips traded, and market capitalization. get_top_performers ranks up to 10 securities by one of five criteria: gainer, loser, turnover, volume, or transaction. Each result includes ltp, pointChange, percentageChange, symbol, and securityName.

Historical Index Data

get_index_history returns paginated daily OHLC data for a chosen index. Supported index IDs are 58 (NEPSE), 57 (Sensitive), 62 (Float), and 63 (Sensitive Float). Each page contains up to 20 records ordered most-recent first, with businessDate, closingIndex, openIndex, highIndex, lowIndex, turnoverValue, and turnoverVol. The response also includes totalPages and totalElements so clients can paginate through the full history.

Common use cases
  • Display a live NEPSE dashboard showing current index values and percentage changes for all four major indices.
  • Screen all traded securities by percentage change or volume using get_today_prices to identify movers at market close.
  • Build a stock lookup tool that resolves partial company names or symbols via search_stocks before fetching OHLC detail.
  • Track NEPSE market capitalization and total turnover over time using get_market_summary on a daily schedule.
  • Populate a top-gainers and top-losers widget using get_top_performers with the gainer and loser type parameters.
  • Plot historical index performance charts by paginating through get_index_history for the NEPSE or Sensitive Index.
  • Alert users when a specific security's percentageChange crosses a threshold by monitoring get_today_prices output.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Nepal Stock Exchange (nepalstock.com.np) offer an official developer API?+
NEPSE does not publish a documented public developer API. This Parse API provides structured access to the same market data available on nepalstock.com.np.
What does get_top_performers return and how is the type parameter used?+
It returns up to 10 securities ranked by the selected criterion. The type parameter accepts one of five values: gainer, loser, turnover, volume, or transaction. Each result includes symbol, securityName, ltp, pointChange, and percentageChange. If no type is supplied, the default ranking is applied.
How is pagination handled in get_index_history?+
Results are returned 20 records per page, sorted most-recent date first. The response includes totalPages and totalElements so you can determine how many additional requests are needed to retrieve the full history for a given index ID.
Does the API cover individual trade-level (tick) data or broker-level transaction details?+
Not currently. The API covers daily OHLC data, index values, market summaries, and aggregate trade statistics at the security level. Tick-by-tick trades and individual broker transaction records are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting that data if it becomes available from the source.
Is data available for securities listed on sub-indices other than the main NEPSE board (index ID 58)?+
get_today_prices is fixed to index ID 58 (the main NEPSE board). Securities traded only on other sub-boards are not currently included in that endpoint's output. You can fork this API on Parse and revise it to parameterize the index ID if you need coverage of other boards.
Page content last updated . Spec covers 7 endpoints from nepalstock.com.np.
Related APIs in FinanceSee all →
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
13f.info API
13f.info API
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.