Top Indian Stocks Dataset
Comprehensive Dataset of Key Financial Metrics for the Top 1000 Indian Stocks
@kaggle.forgetabhi_top_1000_stocks
Comprehensive Dataset of Key Financial Metrics for the Top 1000 Indian Stocks
@kaggle.forgetabhi_top_1000_stocks
CREATE TABLE top1kstocks (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"cmp" DOUBLE,
"p_e" DOUBLE,
"mar_cap" DOUBLE,
"div_yld" DOUBLE -- Div Yld %,
"np_qtr" DOUBLE,
"qtr_profit" DOUBLE -- Qtr Profit %,
"sales_qtr" DOUBLE,
"qtr_saeles" DOUBLE -- Qtr Saeles %,
"roce" DOUBLE -- Roce %,
"pat_ann" DOUBLE
);
Anyone who has the link will be able to view this.