nse-indices

Get NSE index data from NSE website

Usage no npm install needed!

<script type="module">
  import nseIndices from 'https://cdn.skypack.dev/nse-indices';
</script>

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)