nepse_api
v1.1.0
Published
Simple NEPSE API Wrapper to get closing price of Stocks
Downloads
1
Readme
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