Baselight

Twitter Stock Market Data 2014 - 2022

The historical stock data of Twitter from 2014 to today

@kaggle.amritharj_twitter_stock_market_data_since_2014

Loading...
Loading...

About this Dataset

Twitter Stock Market Data 2014 - 2022

This dataset contains the daily historical stock market data of Twitter since 2014. The dataset is based on Yahoo! Finance. These data can be used for analyzing the rise and fall in stock price of Twitter each year. This dataset is great for Exploratory Data Analysis and visualization.

Tables

Twtr

@kaggle.amritharj_twitter_stock_market_data_since_2014.twtr
  • 97.8 KB
  • 2228 rows
  • 7 columns
Loading...

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

Share link

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