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.
Release files for nepal-stock-price 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nepal-stock-price-1.0.0.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nepal_stock_price-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.8 kB
Release files / nepal-stock-price-1.0.0.tar.gz
| Download URL | nepal-stock-price-1.0.0.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6abecab477914c19d24d0ac8e9e5cb4915f722f3e1466d3466eff13efa9504cb
|
|
BLAKE2b-256 checksum How to use checksums |
ab6eb2419c84f761a8ffa3612b1338f41e869654d0ccf966cefeeae8d62c4a85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|
Release files / nepal_stock_price-1.0.0-py3-none-any.whl
| Download URL | nepal_stock_price-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0f53ebeab3bae81696985e445b214eed02417bff88f0c9f9b294de6f548565f
|
|
BLAKE2b-256 checksum How to use checksums |
2b4b053dc9e84c7962074dcba3f573e1aa7a7c3440fab403839cf32f0ff34cfa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.1
|