Stock Manager
Project description
Manager, Analyze, Stimulate stock information.
Installation
Using pip:
pip install stockmanager
Example
Load a stock info:
from stockmanager import StockBase stock = StockBase('MSFT') # Give a ticker string # result is a pandas DataFrame info_pd = stock.get_stock_info(start='2020-03-01', end='2020-03-19') # or use get_recent() to get the recent days recent_info_pd = stock.get_recent(days=7)
Description
Initial commit, currently on have method to get stock info, recent roadmap:
File saver for your personal stock
Stocks class based on StockBase for multiple tickers
Keep track of trades, report profit
Analysis of stocks, visualization
Trading simulation… to be decided.
and more…
Note
This project has been set up using PyScaffold 3.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.
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
stockmanager-0.0.3.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file stockmanager-0.0.3.tar.gz
.
File metadata
- Download URL: stockmanager-0.0.3.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9244930fab20bff9684f9433e9d5b8c11d79a2d350f82f04647672775ff58792 |
|
MD5 | 7d0c52f81026f457613133c709808ea3 |
|
BLAKE2b-256 | 45ad584779c1bd2b2359c9366914387babad77ba084dd050945da778564dfec0 |
File details
Details for the file stockmanager-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: stockmanager-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73e46a0dcd8d93b678e9403cb661985c4ec42865d3331cf11b18cf6d32a736bc |
|
MD5 | 84701d630084bf0ce4c515004628d345 |
|
BLAKE2b-256 | 4004f40b11f36ed3acc1c46bc6c82eb7c84efa36b449e35c837c0014f6b5cb2c |