Stock Dashboard

  • Dashboard contains data updated daily of the recent closing share price and twitter sentiment (tagged ticker tweets) for the following large companies: Apple ($AAPL), Amazon ($AMZN), Google/Alphabet ($GOOG) and Microsoft ($MSFT).
Resources:
  • Stock Price Source: Polygon API (Query Daily Ticker Closing Price)
  • Twitter Source: Tweepy API (Query Searches for Tweets Sent to Company Twitter Handles)
  • Flair Sentiment Analysis Library: Flair
  • Graphing Library: Plotly