Dominos Pizza Stock Data
Domino's Pizza, Inc. NYSE - Nasdaq Real Time Price (for 2 Years) in $USD
@kaggle.pratmo_dominos_pizza_stock_data
Domino's Pizza, Inc. NYSE - Nasdaq Real Time Price (for 2 Years) in $USD
@kaggle.pratmo_dominos_pizza_stock_data
CREATE TABLE dominos_stock_data (
"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.