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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nepal-stock-price-1.0.0.tar.gz.
File metadata
- Download URL: nepal-stock-price-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6abecab477914c19d24d0ac8e9e5cb4915f722f3e1466d3466eff13efa9504cb
|
|
| MD5 |
418f737468043749b71182033222eaac
|
|
| BLAKE2b-256 |
ab6eb2419c84f761a8ffa3612b1338f41e869654d0ccf966cefeeae8d62c4a85
|
File details
Details for the file nepal_stock_price-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nepal_stock_price-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0f53ebeab3bae81696985e445b214eed02417bff88f0c9f9b294de6f548565f
|
|
| MD5 |
a9aedfcb873baf3bb8ad5028134c05b2
|
|
| BLAKE2b-256 |
2b4b053dc9e84c7962074dcba3f573e1aa7a7c3440fab403839cf32f0ff34cfa
|