Prominent Corporations In Total Assets
global Top public companies by total assets on balance sheet
@kaggle.danishammar_prominent_corporations_in_total_assets
global Top public companies by total assets on balance sheet
@kaggle.danishammar_prominent_corporations_in_total_assets
Introduction:
This dataset focuses on the leading corporations worldwide by total assets.
It includes various key metrics and identifiers for each company, facilitating detailed analysis and comparisons. This dataset is gathered from companies market capital website. below i have given the details of the dataset and columns. Below is an overview of the columns included in this dataset:
Rank:
Company:
Stock Symbol:
Total Assets (USD):
Share Price:
Investors and Financial Analysts:
Business Strategists:
Economists and Researchers:
Students and Educators:
Journalists and Media:
This dataset serves as a powerful tool for various stakeholders, offering valuable insights into the financial standing and influence of the world's largest corporations by total assets.
CREATE TABLE prominent_corporations_in_total_assets (
"rank" BIGINT,
"company" VARCHAR,
"stock_symbol" VARCHAR,
"total_assets_usd_in_trillion" DOUBLE -- Total Assets (USD) In Trillion,
"share_price_usd" DOUBLE -- Share Price (USD),
"company_origin" VARCHAR
);Anyone who has the link will be able to view this.