Skip to main content

a python package for getting price history of companies listed in nepse

Project description

nepal-stock-price

This is a python package to download the stock price data of the companies listed in Nepal Stock Exchage(NEPSE).

Installation

pip install nepal-stock-price

Usage

from nepse_data import NepseData

#scripts name
price_history = NepseData("nica")

data_df = price_history.price_history()

#filepath to save price history in csv format
file_name = "nica.csv"
data_df.to_csv("data/" + file_name, encoding='utf-8', index=False)

Hurray!!! Now you will be able to get the stock price data of any companies which are listed on NEPSE...

TODO

  • add visualization
  • add features like to get todays_price, broker_list, news, dividend_history etc.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contact

If you have any queries then drop a message here or visit here.

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

nepal-stock-price-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

nepal_stock_price-1.0.0-py3-none-any.whl (4.6 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