A simple Web App to display the stock prices of a Ticker using information from Yahoo Financial
OR:
With just a few lines of code and the use of tools as Anaconda, Atom and Streamlit, it is possible to create a simple Web App to display financial information.
Procedure:
- Write the code in Atom and save it as a .py file
- Launch Anaconda prompt to have Streamlit execute the .py file in a virtual server
- Make changes to the code in Atom and see them update the Web App as you hit
Ctrl
+S