Baselight

BSE Active Stocks Data

BSE Active Stocks: Unveiling Market Insights & Investment Avenues

@kaggle.harbhajansingh21_bse_active_stocks_data

Loading...
Loading...

About this Dataset

BSE Active Stocks Data

The Bombay Stock Exchange (BSE) holds a remarkable legacy as one of India's oldest and most esteemed stock exchanges. Established back in 1875, it stands proudly in the financial hub of Mumbai, playing a pivotal role in shaping India's financial landscape. Over the years, the BSE has nurtured the trading of diverse financial instruments, including equities, derivatives, bonds, and mutual funds. It's a cornerstone of India's capital markets, fostering a platform for investors to engage in the buying and selling of securities.

Dataset Description:
This dataset contains active stock data from the Bombay Stock Exchange (BSE), providing valuable insights into various aspects of stocks traded on the exchange. It includes information about security codes, issuer names, security IDs, security names, status, groups, face values, ISIN numbers, industries, instruments, sector names, industry new names, iGroup names, and iSubgroup names.

Column Descriptions:

Security Code: Unique identifier for each stock security.
Issuer Name: Name of the organization issuing the stock.
Security Id: Identification code for the stock security.
Security Name: Name of the stock security.
Status: Current status of the stock (e.g., active, delisted).
Group: Categorization of the stock into specific groups.
Face Value: Nominal value of the stock.
ISIN No: International Securities Identification Number for the stock.
Industry: Industry category to which the stock belongs.
Instrument: Type of financial instrument (e.g., equity) the stock represents.
Sector Name: Sector under which the stock's industry falls.
Industry New Name: Revised name for the stock's industry category.
Igroup Name: Name of the broader group to which the stock belongs.
ISubgroup Name: Name of the subgroup within the broader group.

Dataset Details and Use Cases:
The provided dataset offers a comprehensive view of active stocks listed on the Bombay Stock Exchange, capturing key attributes that are essential for understanding the dynamics of the market. Researchers, analysts, and enthusiasts can leverage this dataset for various purposes, such as:

Market Analysis: The dataset can be utilized to analyze market trends, stock performance, and sector-wise distribution of stocks.
Sector Insights: Researchers can explore the distribution of stocks across different sectors and industries, gaining insights into the composition of the BSE.
Investment Strategies: Investors can use the data to identify potential investment opportunities based on sector performance and other factors.
Industry Research: The dataset can aid in studying the evolution of industries over time and their impact on stock performance.
Data Modeling: Aspiring data scientists can practice data preprocessing, cleaning, and modeling techniques by working with real-world financial data.
Educational Purposes: Students and learners can use the dataset to understand stock market concepts, data analysis, and visualization techniques.

Tables

Bse Active Stocks

@kaggle.harbhajansingh21_bse_active_stocks_data.bse_active_stocks
  • 276.38 KB
  • 4180 rows
  • 14 columns
Loading...

CREATE TABLE bse_active_stocks (
  "security_code" VARCHAR,
  "issuer_name" VARCHAR,
  "security_id" VARCHAR,
  "security_name" VARCHAR,
  "status" VARCHAR,
  "group" DOUBLE,
  "face_value" VARCHAR,
  "isin_no" VARCHAR,
  "industry" VARCHAR,
  "instrument" VARCHAR,
  "sector_name" VARCHAR,
  "industry_new_name" VARCHAR,
  "igroup_name" VARCHAR,
  "isubgroup_name" VARCHAR
);

Share link

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