Hyundai Motor Company Stock Historical Price
005380.KS Stock Price from January 2016 - Present
@kaggle.caesarmario_hyundai_motor_company_stock_historical_price
005380.KS Stock Price from January 2016 - Present
@kaggle.caesarmario_hyundai_motor_company_stock_historical_price
The dataset is taken from Yahoo Finance website. It is about the historical stock price of Hyundai Motor Company.
I'd like to clarify that I'm only making data about the historical stock price of Hyundai Motor Company available to Kaggle community.
📷 Image by The Punisher.
CREATE TABLE n_005380_ks (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_005380_ks_monthly (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE n_005380_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.