Baselight

Twitter | Stock Market Analysis | Founding Years

Stock Market Analysis of Twitter Inc from 2013 to 2022

@kaggle.whenamancodes_twitter_stock_market_analysis_founding_years

Loading...
Loading...

About this Dataset

Twitter | Stock Market Analysis | Founding Years

Stock Market Analysis of Twitter Inc from it's Founding / Listing Years which is 2013 to 2022.

Data Dictionary

Columns Description
Date Date of Listing (YYYY-MM-DD)
Open Price when the market opens
High Highest recorded price for the day
Low Lowest recorded price for the day
Close Price when the market closes
Adj Close Modified closing price based on corporate actions
Volume Amount of stocks sold in a day

About Twitter Inc.( TWTR)

Twitter is a microblogging and social networking service owned by American company Twitter, Inc., on which users post and interact with messages known as "tweets". Registered users can post, like, and retweet tweets, while unregistered users only have a limited ability to read public tweets. Users interact with Twitter through browser or mobile frontend software, or programmatically via its APIs. Prior to April 2020, services were accessible via SMS. Tweets were originally restricted to 140 characters, but the limit was doubled to 280 for non-CJK languages in November 2017. Audio and video tweets remain limited to 140 seconds for most accounts.

More

  • Find More Exciting🙀 Datasets Here
  • An Upvote👍 A Dayᕙ(`▿´)ᕗ , Keeps Aman Hurray Hurray..... ٩(˘◡˘)۶Hehe

Tables

Twtr

@kaggle.whenamancodes_twitter_stock_market_analysis_founding_years.twtr
  • 95.46 KB
  • 2238 rows
  • 7 columns
Loading...

CREATE TABLE twtr (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.