Samsung Electronics Stock Historical Price
005930.KS Stock Price from June 2019 - Present
@kaggle.caesarmario_samsung_electronics_stock_historical_price
005930.KS Stock Price from June 2019 - Present
@kaggle.caesarmario_samsung_electronics_stock_historical_price
The dataset is taken from Yahoo Finance website. It is about the historical stock price of Samsung Electronics Co., Ltd.
I'd like to clarify that I'm only making data about the historical stock price of Samsung Electronics Co., Ltd. available to Kaggle community.
📷 Image by Babak.
CREATE TABLE n_005930_ks (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_005930_ks_monthly (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_005930_ks_weekly (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.