1.1.0 • Published 6 months ago

nepse_api v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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
1.1.0

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago