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
This dataset was created to make the project "AI Learn to invest" for SaturdaysAI - Euskadi 1st edition. The project can be found in https://github.com/ImanolR87/AI-Learn-to-invest
More than 400.000 random investments were created with the data from the last 10 years from the NYSE market. Finantial ratios and volatilities were calculated and added to the random investments dataset.
Finantial ratios included:
I thank SaturdaysAI to push me falling in love with data science.
Our inspiration was to find an answer to why young people doesn't invest more on Stock-Exchange markets.
CREATE TABLE final_transactions_dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"company" VARCHAR,
"sector" VARCHAR,
"horizon_days" BIGINT -- Horizon (days),
"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 -- Expected Return (yearly),
"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.