1.0.1 ā€¢ Published 4 years ago

stocker-nse v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Node JS package for getting real time NSE stock data for Nifty 50,Nifty 100,Nifty 200 and Nifty 500. This requires https module and you can pass paramaters for getting different data.

Install

npm i stocker-nse

Usage

    var NSEdata=require('stocker-nse');
	var data=NSEdata("NIFTY50").then((parsedData)=>
	{
	   console.log(parsedData);
	}).catch((error)=>
	{
	    console.log(error.message);
	});

Options

	NSEdata("NIFTY50"); 
	NSEdata("NIFTY100");
	NSEdata("NIFTY200");
	NSEdata("NIFTY500");

Author

šŸ‘¤ Prabhjot Singh

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Prabhjot Singh. This project is ISC licensed.