Back to Templates

Stock price tracker

View App View Code on GitHub
shiny create -m express \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/stock-app
shiny create -m core \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/stock-app

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