Stock Market India

screenshot of Stock Market India
express

API for Indian Stock Market's NSE and BSE.

Overview:

The stock-market-india npm package provides access to data from Bombay & National Stock Exchange through an API. It allows users to fetch stock market status, index information, quotes, gainers, losers, intraday data, 52-week highs and lows, top value and volume stocks, futures data, and chart data in various formats.

Features:

  • Stock Market Status: Retrieve the open/close status of the stock market in JSON format.
  • NSE Indices: Get information on all indices of NSE including changes, year high/low, and index order in JSON format.
  • NSE Quotes: Fetch quotes of all indexes in NSE in HTML format.
  • Company Quote Data: Access quotation data of a specific company from NSE in JSON format.
  • Top Gainers/Losers: Get the top 10 gainers or losers in NSE in JSON format.
  • Intraday Data: Receive intraday data of a company from NSE in XML format.
  • 52 Weeks High/Low: Obtain lists of stocks with 52-week highs or lows in NSE in JSON format.
  • Top Value/Volume Stocks: Retrieve NSE stocks with the highest values or sold volumes in JSON format.
  • Futures Data: Get futures data for a company stock based on time in JSON format.
  • Chart Data: Access chart data of a company based on time in CSV format.

Summary:

The stock-market-india npm package offers a comprehensive API to fetch a wide range of stock market data from the Bombay & National Stock Exchange in various formats. From market status to detailed company information, this package provides users with valuable insights for analyzing the Indian stock market.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.