nse-indices
v0.0.3
Published
Get NSE index data
Downloads
5
Readme
NSE-INDICES
Get NSE index data from NSE website
Get data of a particular index
import { getIndex } from 'nse-indices'
getIndex('NIFTY 50').then(console.log)
Get list of available indices
import { getIndexList } from 'nse-indices'
getIndexList().then(console.log)