Accenture Stock Price - All Time
Stock Performance of Accenture, PLC since it's IPO
@kaggle.kalilurrahman_accenture_stock_price_all_time
Stock Performance of Accenture, PLC since it's IPO
@kaggle.kalilurrahman_accenture_stock_price_all_time
CREATE TABLE accenture_stock_history (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" BIGINT
);
CREATE TABLE accenture_stock_info (
"zip" VARCHAR,
"n_2" VARCHAR -- 2
);
Anyone who has the link will be able to view this.