Skip to main content

Stock Manager

Project description

Manager, Analyze, Stimulate stock information.

https://travis-ci.com/wiccy46/stockmanager.svg?branch=master

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 period and interval
# valid period: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max
# valid interval: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo
info_pd = stock.get_stock_info(period='1mo', interval='1d')

earnings = stock.get_earings(freq='yearly')
cashflow = stock.get_cashflow(freq='quarterly')
balancesheet = stock.get_balancesheet()

Other attributes: institutional_holders, major_holders, mutual_fund_holders, sustainability, company_information,

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.5.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

stockmanager-0.0.5-py2.py3-none-any.whl (8.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file stockmanager-0.0.5.tar.gz.

File metadata

  • Download URL: stockmanager-0.0.5.tar.gz
  • Upload date:
  • Size: 19.0 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

Hashes for stockmanager-0.0.5.tar.gz
Algorithm Hash digest
SHA256 092fb62450bde50caa59808a958b5dfeb55ed7f04bdd11ded0836ccb1d8fa274
MD5 8a48ca80c8c208e06e42633651fb9970
BLAKE2b-256 142384ef900127220f4aa2431860eb7405b4d665fcd57a3844f6f5c138e2e968

See more details on using hashes here.

File details

Details for the file stockmanager-0.0.5-py2.py3-none-any.whl.

File metadata

  • Download URL: stockmanager-0.0.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.5 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

Hashes for stockmanager-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5f3c449ff307c8c446fcf3d177c86dde3f43baae4d89cfbba785927fb8a5a434
MD5 e4a45768b5b1f4f052405f3b55bc9857
BLAKE2b-256 19f0a43e6b510eb02b836bf139e07ccd39afa85506da2cf22491891e7405389a

See more details on using hashes here.

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