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
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.