Financial Daily Price Data For Analysis
@kaggle.um3rfar00q_financial_daily_price_data_for_analysis
@kaggle.um3rfar00q_financial_daily_price_data_for_analysis
CREATE TABLE daily_prices (
"date" TIMESTAMP,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" VARCHAR,
"volume" VARCHAR,
"asset" VARCHAR
);
Anyone who has the link will be able to view this.