400k NYSE Random Investments + Financial Ratios
Dataset created to predict future investments
@kaggle.imanolrecioerquicia_400k_nyse_random_investments_finan_71591dae
Dataset created to predict future investments
@kaggle.imanolrecioerquicia_400k_nyse_random_investments_finan_71591dae
CREATE TABLE final_transactions_dataset (
"unnamed_0" BIGINT,
"company" VARCHAR,
"sector" VARCHAR,
"horizon_days" BIGINT,
"amount" BIGINT,
"date_buy_fix" TIMESTAMP,
"date_sell_fix" TIMESTAMP,
"price_buy" DOUBLE,
"price_sell" DOUBLE,
"volatility_buy" DOUBLE,
"volatility_sell" DOUBLE,
"sharpe_ratio" DOUBLE,
"expected_return_yearly" DOUBLE,
"inflation" DOUBLE,
"nominal_return" DOUBLE,
"investment" VARCHAR,
"esg_ranking" DOUBLE,
"pe_ratio" DOUBLE,
"eps_ratio" DOUBLE,
"ps_ratio" DOUBLE,
"pb_ratio" DOUBLE,
"netprofitmargin_ratio" DOUBLE,
"current_ratio" DOUBLE,
"roa_ratio" DOUBLE,
"roe_ratio" DOUBLE
);
Anyone who has the link will be able to view this.