Skip to main content

an easy stockplot package

Project description

easystockplot - An easy Python plot package for stocks!

Overview

easystockplot is a Python package that allows users to easily plot the daily stock price and return of a stock over the past year by default. You can also specify the period (by specifying end_date and number of days) of the stock you want to plot.

Installation

To download easystockplot, either fork this github repo or simply use Pypi via pip.

pip install easystockplot

Usage

Import the package

from easystockplot import StockPlot

Plot the daily stock price and 30-day moving average over the past year

Apple_plot = StockPlot('AAPL')

Apple_plot.plot_stock()

1

Plott the daily stock return over the past year

Apple_plot.plot_stock_return()

2

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

easystockplot-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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