This project is building an application for stock market analysis. The project is built on Python using library from Yahoo! Finance.

https://medium.com/@ishan.s_54240/stock-data-and-analysis-529aa9aee60

The first part is of course download the Python Lib from Yahoo! Finance. There may be better data source but what Yahoo! Finance provided has been adequate and versatile for an elementary financial application as practice on the use of Python.

If you don’t have a list of stock symbols, you can download it directly from

finance – Download all stock symbol list of a market – Stack Overflow

On the other hand, you can define only the symbols interested but this may reduce the power of using Python as stock analysis.

Following are some tutorials used for coding.

https://data-flair.training/blogs/python-for-stock-market/

Source: Moving Average Technical Analysis with Python | by Jose Manu (CodingFun) | Towards Data Science

https://blog.quantinsti.com/stock-market-data-analysis-python/