A helper library built as API wrapper for nepse data
const nepse = await NepseBuilder.build();
const todayPrice = await nepse.getTodayPrice();
const gbime = await nepse.getSecurityDetail("GBIME");
You might need to add NODE_TLS_REJECT_UNAUTHORIZED=0
to env variables to avoid SSL errors.