Skip to main content

Python Wrapper for Newweb Nepse

Project description

NEPSE

The Last Nepse Module You'll Ever Need

Nepse is a realtime nepse scraper which communicates with newweb.nepalstock.com.np, to fetch and return required stats.

Features

  • Get Brokers
  • Get Realtime Prices
  • Make Charts and Many More

Installation

Nepse requires python3 and pip to install and run.

pip install nepse

Plugins

Nepse is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin LINK
Matplotlib [https://matplotlib.org/][PlGh]
Requests [https://pypi.org/project/requests/][PlGh]
Pandas (For Next Update) [https://pandas.pydata.org/][PlGd]

Usage

from nepse import NEPSE
init = NEPSE()

#GET ALL REGISTERED BROKERS
brokers = init.brokers()

#Check IF MARKET IS OPEN
isOpen = init.isOpen() #Returns TRUE IF market is open

#Check live price of specific scrip or get all prices 
allPrices = init.todayPrice()
cghPrice = init.todayPrice('CGH') #returns information for CGH

#CHARTS
chartHistory = init.getChartHistory('CGH') #Get History Prices for CGH
chartHistoryButFiltered = init.getChartHistory('CGH',start_date='2021-03-04',end_date='2021-03-07')

makeChart= init.createChart('CGH',theme='dark',high=False,low=False)#returns abspath of chart saved

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nepse-0.0.7.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

nepse-0.0.7-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page