Amazon | Stock Market Analysis | Founding Years
Stock Market Analysis of Amazon.com, Inc. (AMZN) from 1997 to 2022
@kaggle.whenamancodes_amazon_stock_market_analysis_founding_years
Stock Market Analysis of Amazon.com, Inc. (AMZN) from 1997 to 2022
@kaggle.whenamancodes_amazon_stock_market_analysis_founding_years
CREATE TABLE amzn (
"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.