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
The dataset is taken from Yahoo Finance website. It is about the historical stock price of PT Bank Central Asia Tbk.
I'd like to clarify that I'm only making data about the historical stock price of PT Bank Central Asia Tbk. available to Kaggle community.
📷 Image by Wikipedia.
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.