Baselight

400k NYSE Random Investments + Financial Ratios

Dataset created to predict future investments

@kaggle.imanolrecioerquicia_400k_nyse_random_investments_finan_71591dae

Final Transactions Dataset
@kaggle.imanolrecioerquicia_400k_nyse_random_investments_finan_71591dae.final_transactions_dataset

  • 16.86 MB
  • 405258 rows
  • 25 columns
unnamed_0

Unnamed: 0

company

Company

sector

Sector

horizon_days

Horizon (days)

amount

Amount

date_buy_fix

Date BUY Fix

date_sell_fix

Date SELL Fix

price_buy

Price BUY

price_sell

Price SELL

volatility_buy

Volatility Buy

volatility_sell

Volatility Sell

sharpe_ratio

Sharpe Ratio

expected_return_yearly

Expected Return (yearly)

inflation

Inflation

nominal_return

Nominal Return

investment

Investment

esg_ranking

ESG Ranking

pe_ratio

PE Ratio

eps_ratio

EPS Ratio

ps_ratio

PS Ratio

pb_ratio

PB Ratio

netprofitmargin_ratio

NetProfitMargin Ratio

current_ratio

Current Ratio

roa_ratio

Roa Ratio

roe_ratio

Roe Ratio

BBYRETAIL2100Thu May 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)Fri May 26 2017 00:00:00 GMT+0000 (Coordinated Universal Time)55.5518035888671953.483913421630860.38366556144521370.38574803758180410.38366556144521370.00143725177373281.96-0.0372245369842634BAD1212.583.730.383.193.011.498.6926.69
1BACBANK33015000Tue Nov 22 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)18.61674880981445324.654472351074220.32280914735272970.2363499822414390.32280914735272970.1709690890742981-0.20.3243167538510684GOOD26.311.391.261.710.5415.70.920.675.54
2AXPBANK73000Tue Sep 27 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Oct 04 2016 00:00:00 GMT+0000 (Coordinated Universal Time)59.8622970581054759.517726898193360.23864196442692830.23549052448517950.23864196442692830.0028236250867004-0.2-0.0057560464072678BAD19.810.585.641.672.615.681.913.3925.78
3KSSRETAIL520000Tue Oct 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Oct 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)38.2167243957519535.9853286743164060.42855947546540720.42933966287500990.42855947546540720.00009389829759123478-0.2-0.058387937655996BAD12.911.093.270.361.253.171.64.4111.35
4JPMBANK36015000Thu Mar 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Mar 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)51.8693351745605552.047966003417970.19461178704107550.25401146592766080.19461178704107550.1499786808232313-0.50.0034438619322237GOOD27.99.385.461.870.8119.910.990.818.91
5PEPFMCG1550000Fri Sep 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Sep 23 2016 00:00:00 GMT+0000 (Coordinated Universal Time)91.770973205566494.672683715820330.13762116953266560.13828578957595370.13762116953266560.0032631586813241-0.20.0316190447686992GOOD17.621.034.562.2710.8310.741.329.2954.98
7FBTECH7201500Wed Nov 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Nov 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)74.72000122070312129.50.372203370744220.27739226502687760.372203370744220.5949739284519816-0.150.733137016653563GOOD31.675.281.0518.349.6624.5513.0613.4315.32
8UBSBANK600300Fri Feb 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)12.4390630722045915.3831844329833980.26505690319130070.23338526710959830.2650569031913007-0.0649261233526308-0.20.2366835302377013GOOD24.810.341.711.6316.291.190.6411.36
9BACBANK3050000Thu Jul 16 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Aug 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)16.17032432556152315.9451074600219730.21459217325588910.21516663380963270.21459217325588910.0155426444612998-0.5-0.0139277890167938BAD26.315.980.961.760.6411.050.940.494.26
10JPMBANK6400Wed Feb 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Feb 16 2016 00:00:00 GMT+0000 (Coordinated Universal Time)48.2099266052246150.667304992675780.22793131973837040.24542212091057460.22793131973837040.0024996446803871-0.20.0509724565144818GOOD27.99.515.992.110.8422.431.020.929.34

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
);

Share link

Anyone who has the link will be able to view this.