Discover/sharesansar.com API
live

sharesansar.com APIsharesansar.com

Fetch Nepal stock prices, listed company symbols, and market news from ShareSansar via 4 API endpoints covering NEPSE data.

Endpoints
4
Updated
14d ago
Try it
Date in YYYY-MM-DD format. If not provided or if no trading data exists for the date, retu
Sector filter for stock prices.
api.parse.bot/scraper/cbe5bf21-3b47-4fb7-8ce3-a3f775409108/<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/cbe5bf21-3b47-4fb7-8ce3-a3f775409108/get_stock_prices?date=2026-04-23' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Get stock prices for all companies for a specific date or the latest available. Returns Symbol, LTP, Volume, Open, High, Low, Close, and Turnover. When the requested date has no trading data (e.g., holidays or weekends), the site returns the latest available data instead.

Input
ParamTypeDescription
datestringDate in YYYY-MM-DD format. If not provided or if no trading data exists for the date, returns the latest available data. The actual_date field in the response indicates which date's data was returned.
sectorstringSector filter for stock prices.
Response
{
  "type": "object",
  "fields": {
    "data": "array of stock price objects with keys: symbol, ltp, volume, open, high, low, close, turnover",
    "count": "integer total number of stocks returned",
    "actual_date": "string date of the data actually returned (YYYY-MM-DD)",
    "requested_date": "string or null, the date requested by the user"
  },
  "sample": {
    "data": {
      "data": [
        {
          "low": "940.00",
          "ltp": "950.00",
          "high": "950.00",
          "open": "949.80",
          "close": "950.00",
          "symbol": "ACLBSL",
          "volume": "0.00",
          "turnover": "0.00"
        }
      ],
      "count": 334,
      "actual_date": "2026-05-07",
      "requested_date": "2026-05-04"
    },
    "status": "success"
  }
}

About the sharesansar.com API

The ShareSansar API gives developers access to Nepal Stock Exchange (NEPSE) data across 4 endpoints: daily stock prices for all listed companies, a full company directory, categorized news listings, and full-text news article content. The get_stock_prices endpoint returns eight price fields per ticker — symbol, LTP, volume, open, high, low, close, and turnover — for any requested trading date or the latest available session.

Stock Price Data

The get_stock_prices endpoint returns an array of price objects for every company trading on the Nepal Stock Exchange. Each object includes symbol, ltp (last traded price), volume, open, high, low, close, and turnover. Pass a date parameter in YYYY-MM-DD format to request a specific session. If that date falls on a weekend or market holiday with no trading data, the response falls back to the most recent available session and indicates the difference via requested_date and actual_date fields. An optional sector parameter filters results to a specific market sector.

Company Directory

The get_companies endpoint returns every company currently listed on the Nepal Stock Exchange. Each record contains an integer id, a symbol ticker string, and a companyname full name string. This endpoint accepts no parameters and is useful for building symbol lookups, autocomplete interfaces, or cross-referencing tickers returned by get_stock_prices.

News and Article Content

get_news_list retrieves paginated article listings from ShareSansar's news categories. Pass a category slug such as exclusive, ipo-fpo-news, proposed-dividend, or latest-news to scope results. Each item in the news array includes a title, url, and published_at timestamp (which may be null for some articles). Use the next_cursor value from one response as the cursor input on the next call to page through results.

get_news_detail accepts the full article URL from get_news_list and returns the complete article text via the content field, along with the headline and published_at timestamp. This makes it possible to build full-text search indexes or news monitors without additional fetching.

Common use cases
  • Track daily NEPSE closing prices and turnover for a portfolio of tickers using get_stock_prices.
  • Build a historical price database by iterating get_stock_prices across multiple dates and storing the actual_date alongside each snapshot.
  • Populate a company symbol autocomplete by loading the full directory from get_companies.
  • Monitor IPO and FPO announcements by polling get_news_list with the ipo-fpo-news category slug.
  • Aggregate dividend proposal news by filtering get_news_list on the proposed-dividend category.
  • Build a full-text news archive of ShareSansar articles by pairing get_news_list pagination with get_news_detail content extraction.
  • Alert on sector-specific price movements by combining the sector filter on get_stock_prices with a daily diff.
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 ShareSansar have an official developer API?+
ShareSansar does not publish an official public developer API or documented data feed. This Parse API is the structured access layer for its data.
What happens if I request a date with no trading data, like a weekend?+
The get_stock_prices endpoint automatically falls back to the most recent session that has data. The response includes both requested_date (what you passed) and actual_date (what was actually returned), so you can detect the fallback in your code.
Does the API expose historical price series or intraday tick data?+
Not currently. get_stock_prices returns one session snapshot per call — either a specific date or the latest available session. Intraday tick data and multi-date range queries are not covered. You can fork this API on Parse and revise it to add a batch-date or historical range endpoint.
Which news categories are supported by get_news_list?+
The category parameter accepts slugs such as exclusive, ipo-fpo-news, proposed-dividend, and latest-news. Omitting the parameter returns results from the default category. The API does not currently expose a programmatic list of all available category slugs; you can fork it on Parse and revise it to add a category-listing endpoint.
Does the API include broker data, trading volume by broker, or market indices like NEPSE index values?+
Not currently. The four endpoints cover per-company price snapshots, the company directory, and news articles. Broker-level trade data and index-level figures such as the NEPSE composite index are not exposed. You can fork this API on Parse and revise it to add those endpoints.
Page content last updated . Spec covers 4 endpoints from sharesansar.com.
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.