Baselight

Top Indian Stocks Dataset

Comprehensive Dataset of Key Financial Metrics for the Top 1000 Indian Stocks

@kaggle.forgetabhi_top_1000_stocks

Top1kstocks
@kaggle.forgetabhi_top_1000_stocks.top1kstocks

  • 123.21 KB
  • 1574 rows
  • 12 columns
unnamed_0

Unnamed: 0

name

Name

cmp

Cmp

p_e

P/e

mar_cap

Mar Cap

div_yld

Div Yld %

np_qtr

Np Qtr

qtr_profit

Qtr Profit %

sales_qtr

Sales Qtr

qtr_saeles

Qtr Saeles %

roce

Roce %

pat_ann

Pat Ann

1Reliance Industr2961.428.752003965.010.321243-1.3423653311.1310.0269621
2TCS3814.7529.731380210.041.45125029.15612373.5164.2846598.19
3HDFC Bank1608.7519.071223559.581.2218012.8739.9279433.6167.069.564062.04
4Bharti Airtel1428.771.63853241.050.272068.229.6337599.14.4213.1311911.52
5ICICI Bank1123.0517.89789893.470.7212200.0518.4642606.7223.728.3744256.37
6St Bk of India844.611.09753772.791.6122202.7318.18117469.3819.776.1667102.23
7Life Insurance1056.116.27667983.020.9313784.084.49238968.318.7566.3540884.77
8Infosys1497.6523.92621808.552.51797530.04379231.2939.9926025.25
9Hind. Unilever248556.87583991.141.692561-1.5915210-0.0327.2410272.57
10ITC428.826.13535406.983.25190.710.0217922.71.6337.4620464.49

CREATE TABLE top1kstocks (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "cmp" DOUBLE,
  "p_e" DOUBLE,
  "mar_cap" DOUBLE,
  "div_yld" DOUBLE,
  "np_qtr" DOUBLE,
  "qtr_profit" DOUBLE,
  "sales_qtr" DOUBLE,
  "qtr_saeles" DOUBLE,
  "roce" DOUBLE,
  "pat_ann" DOUBLE
);

Share link

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