Shivppatel / INST-326-Stock-Plotting

This program utilizes the Alpha Vantage API to create 1 Year Monthly plots with a 10 Month SMA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INST-326-Final-Project

This program utilizes the Alpha Vantage API to create 1 Year Monthly plot with a 10 Month SMA.

How to use:

  1. pip install alphavantage
  2. pip install requests
  3. run python plot.py AAPL(or any other stock in the s&p 500)

Features:

  1. if the current price is above the 10 month simple moving average the price will be shown in green
  2. if the current price is below the 10 month simple moving average the price will be shown in red
  3. Able to plot data for any company in the S&P 500

About

This program utilizes the Alpha Vantage API to create 1 Year Monthly plots with a 10 Month SMA


Languages

Language:Python 100.0%