Baselight

GameStop Historical Stock Prices

Daily data of GameStop Stock Exchange

@kaggle.hananxx_gamestop_historical_stock_prices

Loading...
Loading...

About this Dataset

GameStop Historical Stock Prices

GameStop Corp. is an American video game, consumer electronics, and gaming merchandise retailer. GameStop's stocks have spiked in recent days since the Reddit group blew up the stock price. Now GameStop is up more than 1,700% since the start of January. so it is interesting to try to predict the stock prices in the next months and see how prediction and time series models will perform in this case. This Dataset is a daily historical stock price of GameStop from February 2002 (the year it was listed) to January 2021.

Content

The dataset contains:

  1. Date: The date of trading
  2. Open_price: The opening price of the stock
  3. High_price: The high price of that day
  4. Low_price: The low price of that day
  5. Close_price: The closed price of that day
  6. Volume: The amount of stocks traded during that day
  7. Adjclose_price: The stock's closing price has been amended to include any distributions/corporate actions that occur before the next days open.

Acknowledgements

This Dataset collected from Yahoo finance website

Inspiration

How a sudden increasi in the volume affect stock trading?
What the impact of the variance between the adjusted close and the next day's opening price?

Tables

Gme Stock

@kaggle.hananxx_gamestop_historical_stock_prices.gme_stock
  • 203.2 KB
  • 4773 rows
  • 7 columns
Loading...

CREATE TABLE gme_stock (
  "date" TIMESTAMP,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "volume" DOUBLE,
  "adjclose_price" DOUBLE
);

Share link

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