Top Japanese Game Publishers Stock Price
daily stock price from 2000-2023
@kaggle.prasertk_top_japanese_game_publishers_stock_price
daily stock price from 2000-2023
@kaggle.prasertk_top_japanese_game_publishers_stock_price
data source: https://finance.yahoo.com/?guccounter=1
cover image credit: https://www.pexels.com/photo/mosaic-alien-on-wall-1670977/
CREATE TABLE japanese_game_publishers_stock_price_2000_2023 (
"date" TIMESTAMP,
"symbol" VARCHAR,
"company" VARCHAR,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"adj_close" DOUBLE
);Anyone who has the link will be able to view this.