META Stock Historical Prices & Data
Exploring the Historical Prices of META Stock
@kaggle.fhabibimoghaddam_meta_stock_historical_prices_and_data2
Exploring the Historical Prices of META Stock
@kaggle.fhabibimoghaddam_meta_stock_historical_prices_and_data2
CREATE TABLE meta (
"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.