Bank Central Asia Stock Historical Price
BBCA.JK Stock Price from January 2019 - Present
@kaggle.caesarmario_bank_central_asia_stock_historical_price
BBCA.JK Stock Price from January 2019 - Present
@kaggle.caesarmario_bank_central_asia_stock_historical_price
CREATE TABLE bbca_jk (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE bbca_jk_monthly (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE bbca_jk_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.