Member-only story

Inside AI

Stock Trend Analysis With Python mplfinance package (Released on June 2020)

Kaushik Choudhury
3 min readJul 14, 2020

Python is a very powerful programming language and easy to learn for beginners. Its usage is far and wide from automation, web-scrapping, machine learning, data science to gaming and entertainment.

In my view, the main strength of python language is the programmer ecosystem and the packages developed by them. These packages save tons of time and additional lines of coding, and works more like plug and play in our own program.

In this article, I am going to discuss about mplfinance package which is released just hot off the press in June 2020. We can generate stock trends and other financial plots with just a few lines of code using this module.

Prerequisites

  • You have Python 3 installed in your PC/MAC
  • matplotlib,datetime,pandas-datareader and pandas packages

Getting Ready

In case you do not have matplotlib and pandas package installed in your PC/MAC already then you can install with pip command.

PC - Press Windows+R in your keyboard to open Run and type cmd.

MAC -Press Command + Spacebar and type Terminal. Press enter to open the terminal.

--

--

Kaushik Choudhury
Kaushik Choudhury

Written by Kaushik Choudhury

Kaushik Choudhury is an experienced Supply Chain Strategy and Digital Transformation manager in one of the Big 4 Consulting firm in the UK.

No responses yet