Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.1 KB

StockPriceWebApp

A simple Web App to display the stock prices of a Ticker using information from Yahoo Financial

Open In Colab

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:

  1. Write the code in Atom and save it as a .py file

alt text

  1. Launch Anaconda prompt to have Streamlit execute the .py file in a virtual server

alt text

  1. Make changes to the code in Atom and see them update the Web App as you hit Ctrl + S

alt text