AMD Stock Price (2005-2022)
Daily stock price of AMD from 2005 to 2022
@kaggle.aakashshinde1507_amd_stock_price_2005_2022
Daily stock price of AMD from 2005 to 2022
@kaggle.aakashshinde1507_amd_stock_price_2005_2022
CREATE TABLE amd_stock_price (
"date" VARCHAR,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"volume" VARCHAR,
"chg" VARCHAR
);
Anyone who has the link will be able to view this.