Discover/Com API
live

Com APInepalstock.com.np

Access real-time NEPSE indices, stock prices, market summaries, top performers, and historical OHLC data for all listed securities via a structured JSON API.

This API takes change requests — .
Endpoint health
verified 3d ago
get_nepse_index
get_index_history
get_today_prices
get_stock_detail
get_top_performers
8/8 passing latest checkself-healing
Endpoints
8
Updated
10d ago

What is the Com API?

This API exposes 8 endpoints covering Nepal Stock Exchange (NEPSE) market data, from live index values to per-security OHLC history. get_nepse_index returns all four major indices — NEPSE, Sensitive, Float, and Sensitive Float — with current value, 52-week range, and percentage change. get_today_prices delivers intraday prices for every traded security, and get_stock_history provides paginated daily trade records going back up to a year per request.

This call costs2 credits / call— charged only on success
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.
Call it over HTTPgrab 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 · 8 totalmissing one? ·

Get current values and changes for various NEPSE indices including NEPSE Index, Sensitive Index, Float Index, and Sensitive Float Index. Returns all four indices with their current value, day range, 52-week range, and percentage change.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "items": "array of Index objects with id, index name, currentValue, close, high, low, change, perChange, previousClose, fiftyTwoWeekLow, fiftyTwoWeekHigh"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": 58,
          "low": 2722.67,
          "high": 2744.18,
          "close": 2733.6,
          "index": "NEPSE Index",
          "change": 2.57,
          "perChange": 0.09,
          "currentValue": 2736.17,
          "previousClose": 2736.18,
          "fiftyTwoWeekLow": 2487.18,
          "fiftyTwoWeekHigh": 3002.08
        }
      ]
    },
    "status": "success"
  }
}

About the Com API

Index and Market-Wide Data

get_nepse_index returns a flat array of index objects, each carrying currentValue, previousClose, change, perChange, fiftyTwoWeekLow, and the intraday high/low for all four NEPSE indices. get_market_summary complements this with aggregate market metrics — total turnover, total traded shares, number of transactions, scrips traded, and market capitalization — returned as key-value detail/value pairs. get_index_history accepts an index_id parameter (58 = NEPSE, 57 = Sensitive, 62 = Float, 63 = Sensitive Float) and a zero-based page number, returning 20 records per page with businessDate, closingIndex, openIndex, highIndex, lowIndex, turnoverValue, turnoverVolume, and totalTransactions.

Per-Security Data

get_today_prices lists every security traded on index 58 for the current session, including symbol, lastTradedPrice, percentageChange, and totalTradeQuantity. get_stock_detail accepts either a ticker symbol (e.g. NABIL) or a numeric securityId and returns two structured objects: securityData with metadata such as sector, email, and activeStatus, and securityMcsData with the session's openPrice, highPrice, lowPrice, closePrice, previousClose, and trade volume. search_stocks takes an optional query string and performs a case-insensitive partial match against both symbol and company name, returning id, symbol, securityName, and activeStatus for each result.

Historical Data and Rankings

get_stock_history returns paginated daily records for a single security identified by symbol or numeric ID. The optional start_date and end_date parameters accept ISO YYYY-MM-DD strings; when omitted, the endpoint defaults to the last 365 days. Each page contains up to 20 records with businessDate, highPrice, lowPrice, closePrice, totalTradedQuantity, totalTradedValue, and totalTrades. Pagination metadata includes pageNumber, totalPages, and totalElements. get_top_performers accepts a type parameter to rank securities by different criteria and returns up to 10 entries with symbol, ltp, percentageChange, pointChange, and securityName.

Reliability & maintenanceVerified

The Com API is a managed, monitored endpoint for nepalstock.com.np — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when nepalstock.com.np changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official nepalstock.com.np API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
8/8 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Track daily NEPSE index movements by pulling currentValue, change, and perChange from get_nepse_index.
  • Build a NEPSE stock screener using get_today_prices to filter securities by percentageChange or totalTradeQuantity.
  • Backfill historical OHLC charts for any listed security using get_stock_history with a custom start_date/end_date range.
  • Display a live market dashboard combining get_market_summary turnover and capitalization figures with real-time index values.
  • Identify top movers at market close by querying get_top_performers with different ranking types.
  • Autocomplete stock search in a portfolio tracker using search_stocks with partial symbol or company name input.
  • Compare sector-level performance by aggregating securityData.sector fields from multiple get_stock_detail calls.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Nepal Stock Exchange offer an official developer API?+
NEPSE does not publish a documented public developer API with official credentials or SDK support. The data accessible through this API reflects what is available on nepalstock.com.np.
What does `get_stock_detail` return beyond basic price data?+
get_stock_detail returns two objects. securityData includes the security's sector classification, email contact, and activeStatus. securityMcsData covers the full session OHLC — openPrice, highPrice, lowPrice, closePrice — along with previousClose, totalTradeQuantity, and lastTradedPrice. You can pass either a ticker symbol like ADBL or a numeric security ID like 397.
How far back does `get_index_history` go, and how is it paginated?+
Results are sorted by most recent date first, with 20 records per page. The totalPages and totalElements fields in the response let you determine the full depth available. Use the zero-based page parameter to step through all pages. The historical depth is determined by what NEPSE's records contain — there is no hard cutoff imposed by the API itself.
Does the API cover broker-level data, order book depth, or pre-market activity?+
Not currently. The API covers index values, daily OHLC prices, market-wide summary metrics, top performers, and historical trade records at the security level. Broker transaction data, order book depth, and pre-market or after-hours activity are not included. You can fork this API on Parse and revise it to add an endpoint targeting those data points if they become accessible on the source site.
Can I retrieve data for delisted or suspended securities?+
The search_stocks endpoint filters to non-delisted securities and returns an activeStatus field, but delisted security history is not exposed through the current endpoints. get_stock_detail and get_stock_history are intended for active listings. You can fork this API on Parse and revise it to add coverage for delisted securities if needed.
Page content last updated . Spec covers 8 endpoints from nepalstock.com.np.
Related APIs in FinanceSee all →
nepalytix.com API
Monitor real-time Nepal Stock Exchange data by searching stocks, viewing detailed price information, checking market summaries, browsing stock listings, and tracking floorsheet transaction records all in one place. Stay informed about NEPSE market movements and make data-driven investment decisions with comprehensive market intelligence at your fingertips.
nepsealpha.com API
Track Nepal's stock market in real-time with live prices, historical OHLCV data, and detailed sector summaries, while leveraging technical and fundamental analysis signals to make informed trading decisions. Monitor floorsheet transactions, assess investment risks, and search specific symbols all from a single comprehensive market data platform.
sharesansar.com API
Access real-time Nepali stock prices, browse company information, and read the latest market news all in one place. Stay informed about the Nepal stock market with current pricing data and detailed news articles.
merolagani.com API
Access Nepal Stock Exchange (NEPSE) data via merolagani.com. Retrieve live stock listings, search for companies by name or symbol, view detailed financial metrics, monitor market summaries, and fetch quarterly financial reports.
hdfcsec.com API
Track real-time equity market movements by finding the most active NSE stocks, top gainers and losers, 52-week highs and lows, and detailed stock quotes. Search for specific stocks and get comprehensive market overviews to make informed investment decisions.
niftyindices.com API
niftyindices.com API
nasdaq.com API
Track real-time and historical stock prices, ETF and mutual fund quotes, cryptocurrency data, and comprehensive company financials including earnings, dividends, and SEC filings all from one source. Research market trends with institutional holdings, short interest data, retail trading activity, and market movers to make informed investment decisions.
nseindia.com API
Track live NSE stock prices, monitor indices, analyze option chains, and access corporate announcements with real-time market data from India's National Stock Exchange. View equity quotes with full order books, identify top gainers/losers, analyze 52-week highs/lows, and explore historical price trends all in structured JSON format.