Skip to content

rpidanny/nepse.js

Repository files navigation

nepse.js

Fetch stock data from Nepal Stock Exchange.

TODO: update documentation

Usage

import got from 'got'
import { Nepse } from '../src/nepse'

;(async () => {
  const nepse = new Nepse(got)

  console.log(await nepse.getDetails('2019-10-21'))
})()

Examples

You can run the example scripts using the following command:

$(npm bin)/ts-node examples/download-csv.ts

About

Library to get stock data from Nepal Stock Exchange.

Resources

Stars

Watchers

Forks

Packages

No packages published