nepse_api

1.1.0 • Public • Published

NEPSE API Wrapper

A simple NEPSE API wrapper to get closing price of every stock listed on NEPSE.

# Usage

  const { getClosingPrice } = require("nepse_api");

  getClosingPrice("Nabil").then((res) => console.log(res));

Output:

  {
      name: 'Nabil Bank Limited',
      price: '580',
      percentage_change: '0.08481764206955'
  }
TODO
  • Price increase for a day

Readme

Keywords

none

Package Sidebar

Install

npm i nepse_api

Weekly Downloads

3

Version

1.1.0

License

none

Unpacked Size

1.47 kB

Total Files

4

Last publish

Collaborators

  • saurav12