Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 352 Bytes

Odds-Distribution-Analysis-Python

This repository hosts implementation of Odds/Distrbution Analysis for any Stock in NSE

You will need yfinance,matplotlib and pandas libraries.

Install them using Pip

pip install yfinance
pip install matplotlib
pip install pandas

More info on yfinance