AMX-stockprices
Collection of stock prices of the dutch AMX index
@kaggle.stanmey_amxstockprices
Collection of stock prices of the dutch AMX index
@kaggle.stanmey_amxstockprices
CREATE TABLE amx_stock_prices (
"stock" VARCHAR,
"volume" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"date" TIMESTAMP,
"indexx" VARCHAR
);
Anyone who has the link will be able to view this.