Baselight

Top 12 German Companies

This dataset contains the financial records of 12 major German companies.

@kaggle.willianoliveiragibin_top_12_german_companies

Top 12 German Companies New
@kaggle.willianoliveiragibin_top_12_german_companies.top_12_german_companies_new

  • 40.22 KB
  • 384 rows
  • 11 columns
company

Company

period

Period

revenue

Revenue

net_income

Net Income

liabilities

Liabilities

assets

Assets

equity

Equity

roa

ROA (%)

roe

ROE (%)

debt_to_equity

Debt To Equity

percentage_debt_to_equity

Percentage Debt To Equity

Volkswagen AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)9750496618516889818.4213542012955486130278833507101493942.175.6181.542.627.668637.303.7460,00%
Siemens AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1971623746412768400074500930322375268101508302587982861.696.389.2824.219.731.3821.487.478.214283,68%
Allianz SESun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1945883119816001071004853897848069583711255210447327752.299.542.6247.603.361.4522.306.466.848329,65%
BMW AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)18808147150960184349.6353821076276732748263831945375011142.614.0283.005.706.9271.107.581.5390,00%
BASF SESun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1689558081517970819112830942001468036567115397271471012.641.347.1274.523.561.44971.259.635634,80%
Deutsche Telekom AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1150535140814256820283668010973661941763399252616536632.301.649.0815.643.660.7321.452.007.467388,68%
Daimler AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)171333172381743084807197074921885638158796836674095780309.158.5164.752.904.659537.368.182884,48%
SAP SESun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1756038580522763609164082826959273785136305329568667133.085.121.2456.907.091.429123.883.954557,55%
Bayer AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)182512546102670535587165247756302916985230912645076680915.512.2072.111.917.274130.681.4981616,08%
Deutsche Bank AGSun Dec 31 2017 00:00:00 GMT+0000 (Coordinated Universal Time)9318303083958508333.71112371265949692010679385682980201.928.898.2692.485.223.313288.415.9590,00%

CREATE TABLE top_12_german_companies_new (
  "company" VARCHAR,
  "period" TIMESTAMP,
  "revenue" BIGINT,
  "net_income" DOUBLE,
  "liabilities" BIGINT,
  "assets" BIGINT,
  "equity" BIGINT,
  "roa" VARCHAR,
  "roe" VARCHAR,
  "debt_to_equity" VARCHAR,
  "percentage_debt_to_equity" VARCHAR
);

Share link

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