Back to Templates

Stock price tracker

View App View Code on GitHub
shiny create --template stock-app --mode express --github posit-dev/py-shiny-templates
shiny create --template stock-app --mode core --github posit-dev/py-shiny-templates

A basic stock price tracker app. It allows the user to select a stock and a date range, and then displays the stock’s price and volume over time. The value boxes display the stock’s current price and change in price from the previous day. Note that the icon for the stock price change is a green arrow pointing up if the price has increased, and a red arrow pointing down if the price has decreased.

Packages:

  • cufflinks
  • faicons
  • pandas
  • plotly
  • shinywidgets
  • yfinance