1.0.3 • Published 3 years ago

nepse-data-module v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This is NOT a live feed.

This module will easily provide the historical data for NEPSE Index.

This feed is not intended to be used for trading puropse and is only of educational ease.

USE:

npm install nepse-data-module

const {getIndex,getIndexNames} = require('nepse-data-module');

const indexNames = getIndexgetIndexNames();

const data = getIndex(INDEX_NAME, FROM_DATE,TO_DATE);

//example: const data = getIndex("Banking","2021-01-01","2021-01-31");

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago