2.1.0 • Published 2 years ago

@rpidanny/nepse.js v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nepse.js

Fetch stock data from Nepal Stock Exchange.

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
1.0.2

2 years ago

2.0.2

2 years ago

1.0.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago