Baselight

Top Indian Stocks: Market Insights Dataset

Stocks Market Insights

@kaggle.rameshmaity_top_indian_stocks_market_insights_dataset

Loading...
Loading...

About this Dataset

Top Indian Stocks: Market Insights Dataset

Top Indian Stocks: Financial Metrics Dataset
This dataset offers a comprehensive view of key financial indicators for the top-performing stocks in India. With insights into valuation, profitability, and performance, this dataset is a perfect tool for investors, analysts, and data enthusiasts to explore stock market trends.

๐Ÿ“Š Columns Overview

  1. S.No.
    ๐Ÿ”น Description: The serial number for each stock.
    ๐Ÿ’ก Use: Index for easy row reference, not a financial indicator.

  2. Name
    ๐Ÿ”น Description: The stock's name or ticker symbol.
    ๐Ÿ’ก Use: Identifies each company for further analysis.

  3. CMP (Current Market Price) Rs.
    ๐Ÿ’ฐ Description: The latest trading price of the stock in Indian Rupees (โ‚น).
    ๐Ÿ’ก Use: Critical for assessing the current market valuation of the stock.

  4. P/E (Price-to-Earnings Ratio)
    ๐Ÿ“ˆ Description: Ratio of the companyโ€™s stock price to its earnings per share.
    ๐Ÿ’ก Use: A key indicator to determine if a stock is over- or under-valued.

  5. MarCap (Market Capitalization) Rs.Cr.
    ๐Ÿข Description: The companyโ€™s total market value, in crores of Indian Rupees.
    ๐Ÿ’ก Use: Helps categorize companies as large-cap, mid-cap, or small-cap.

  6. DivYld (Dividend Yield) %
    ๐Ÿ’ธ Description: The dividend income as a percentage of the stock price.
    ๐Ÿ’ก Use: Useful for investors seeking steady income through dividends.

  7. NPQtr (Net Profit for the Quarter) Rs.Cr.
    ๐Ÿ“Š Description: The companyโ€™s net profit for the latest quarter in crores.
    ๐Ÿ’ก Use: A measure of recent profitability and financial health.

  8. QtrProfitVar (Quarterly Profit Variation) %
    ๐Ÿ“‰ Description: Percentage change in profit from the previous quarter.
    ๐Ÿ’ก Use: Helps evaluate the companyโ€™s growth or decline in profitability.

  9. SalesQtr (Quarterly Sales) Rs.Cr.
    ๐Ÿ’ผ Description: Total revenue generated by the company during the quarter.
    ๐Ÿ’ก Use: Useful to gauge the business's short-term performance.

  10. QtrSalesVar (Quarterly Sales Variation) %
    ๐Ÿ“Š Description: Percentage change in sales compared to the previous quarter.
    ๐Ÿ’ก Use: Highlights revenue growth or contraction over time.

  11. ROCE (Return on Capital Employed) %
    โš™๏ธ Description: Measures the companyโ€™s profitability relative to the capital used.
    ๐Ÿ’ก Use: A higher ROCE shows better efficiency in using capital for profits.

  12. PATAnn (Profit After Tax for the Year) Rs.Cr.
    ๐Ÿ“… Description: Net profit after taxes for the entire year.
    ๐Ÿ’ก Use: Key to understanding long-term profitability and financial performance.
    Why Use This Dataset?
    With a variety of financial metrics covering stock performance, this dataset is perfect for:

๐Ÿ“… Time-Series Analysis: Forecast stock price movements using historical data.
๐Ÿ” Investment Research: Analyze market trends and evaluate stock performance.
๐Ÿค– Algorithmic Trading: Develop machine learning models to create automated trading strategies.
๐Ÿ“ˆ Financial Forecasting: Build predictive models to anticipate stock prices and market shifts.
This dataset offers rich financial insights and is a must-have for anyone looking to dive deep into Indiaโ€™s stock market landscape. Explore trends, develop predictive models, and take your financial analytics to the next level! ๐Ÿ”ฅ๐Ÿ“Š

Tables

Stock Data

@kaggle.rameshmaity_top_indian_stocks_market_insights_dataset.stock_data
  • 145.69 KB
  • 2650 rows
  • 12 columns
Loading...

CREATE TABLE stock_data (
  "s_no" DOUBLE,
  "name" VARCHAR,
  "cmp_rs" DOUBLE,
  "p_e" DOUBLE,
  "marcap_rs_cr" DOUBLE,
  "divyld" DOUBLE,
  "npqtr_rs_cr" DOUBLE,
  "qtrprofitvar" DOUBLE,
  "salesqtr_rs_cr" DOUBLE,
  "qtrsalesvar" DOUBLE,
  "roce" DOUBLE,
  "patann_rs_cr" DOUBLE
);

Share link

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