stocker-nse
v1.0.1
Published
Get real time NSE stock data of NIFTY50,NIFTY100,NIFTY200 and NIFTY500
Downloads
5
Maintainers
Readme
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
- Github: @prab409069
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Prabhjot Singh. This project is [ISC] licensed.