Baselight

Algorithmic Trading Dataset

Used Algorithmic Trading

@kaggle.preetviradiya_algorithmic_trading_dataset

Value Strategy 1
@kaggle.preetviradiya_algorithmic_trading_dataset.value_strategy_1

  • 14.16 KB
  • 51 rows
  • 14 columns
ticker

Ticker

price

Price

price_to_earnings_ratio

Price-to-Earnings Ratio

pe_percentile

PE Percentile

price_to_book_ratio

Price-to-Book Ratio

pb_percentile

PB Percentile

price_to_sales_ratio

Price-to-Sales Ratio

ps_percentile

PS Percentile

ev_ebitda

EV/EBITDA

ev_ebitda_percentile

EV/EBITDA Percentile

ev_gp

EV/GP

ev_gp_percentile

EV/GP Percentile

value_score

Value Score

number_of_shares_to_buy

Number Of Shares To Buy

UNM$29.047.7713.3%0.568.7%0.462.2%3.64.8%0.431.0%6.0%83358
MCK$195.80-7.069.9%-1507.20.4%0.131.0%7.579.3%2.6110.5%6.2%12363
AIV$7.04-76.612.4%2.0329.9%-31.760.2%-44.290.8%-53.160.6%6.8%343852
AIG$48.50-11.098.7%0.679.1%0.968.5%6.096.5%0.942.6%7.1%49911
L$56.64-409.90.4%0.889.9%1.049.9%8.2913.5%1.022.8%7.3%42738
HFC$34.20-35.784.8%1.0211.2%0.482.6%8.2913.7%2.8211.7%8.8%70781
AAL$22.54-1.5111.9%-1.758.3%1.0910.3%-3.823.8%3.1814.3%9.7%107396
ABC$117.80-6.3910.3%-87.961.0%0.120.8%8.5115.2%4.321.2%9.7%20549
HPQ$31.1011.4318.4%-11.283.2%0.614.2%8.212.7%3.2714.7%10.6%77836
ALL$138.2312.0519.2%1.6520.4%0.887.3%2.494.2%0.842.2%10.7%17512

CREATE TABLE value_strategy_1 (
  "ticker" VARCHAR,
  "price" VARCHAR,
  "price_to_earnings_ratio" DOUBLE,
  "pe_percentile" VARCHAR,
  "price_to_book_ratio" DOUBLE,
  "pb_percentile" VARCHAR,
  "price_to_sales_ratio" DOUBLE,
  "ps_percentile" VARCHAR,
  "ev_ebitda" DOUBLE,
  "ev_ebitda_percentile" VARCHAR,
  "ev_gp" DOUBLE,
  "ev_gp_percentile" VARCHAR,
  "value_score" VARCHAR,
  "number_of_shares_to_buy" BIGINT
);

Share link

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