Baselight

DeutscheBank Ratios And Reports

financial performance of Deutsche Bank, including key metrics.

@kaggle.willianoliveiragibin_deutschebank_ratios_and_reports

Deutsche Bank New
@kaggle.willianoliveiragibin_deutschebank_ratios_and_reports.deutsche_bank_new

  • 95.23 KB
  • 800 rows
  • 16 columns
date

Date

operating_income

Operating Income

expenses

Expenses

assets

Assets

liabilities

Liabilities

equity

Equity

revenue

Revenue

cash_flow

Cash Flow

net_income

Net Income

debt_to_equity

Debt To Equity

roa

ROA

profit_margin

Profit Margin

interest_expense

Interest Expense

tax_expense

Tax Expense

dividend_payout

Dividend Payout

dividend_percentage_tax

Dividend Percentage Tax

Thu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)43708610736825738513634029611494295833598034070894359464214288452688287222517609472141042103161170151427535,41%
Sun Feb 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)253471711253597782206407185933414879676469774148551837125604601925-12607151612066266514148544513829418510186,20%
Sun Mar 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)39279729879568888251241143217267594439061072999148955157171560170531322841191121129385952553568291388991942522,09%
Wed Apr 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)2076348213750201191286773823128597751116027625081154396637287075984-167385298802-1-1454247038925499521948831711378,17%
Fri May 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)82669614440810589114012215928316232459357724675813594487640468353858855547736629885484377213658133992516962,47%
Mon Jun 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)31560570234926650414684084246217927754482365758620003993488447594-33660802129-17161725609806654772223813613291,80%
Wed Jul 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)2021261693969104924557928965357690450548911160381074259441231765271-194784323731-1886987457141576316068814716914,18%
Sat Aug 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)68676513447482670316927089281137930703120183300290764835445151082621193843194712316596131240932804837027112078,02%
Tue Sep 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)4331428333165111932582281212647767042996067998579043876255001423910149171126613131675951347383981969794518490,27%
Thu Oct 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)92191649758043271428316362695701804467296756127820641046114052273863873227131210516768852314171744158697471826,45%

CREATE TABLE deutsche_bank_new (
  "date" TIMESTAMP,
  "operating_income" BIGINT,
  "expenses" BIGINT,
  "assets" BIGINT,
  "liabilities" BIGINT,
  "equity" BIGINT,
  "revenue" BIGINT,
  "cash_flow" BIGINT,
  "net_income" BIGINT,
  "debt_to_equity" BIGINT,
  "roa" BIGINT,
  "profit_margin" BIGINT,
  "interest_expense" BIGINT,
  "tax_expense" BIGINT,
  "dividend_payout" BIGINT,
  "dividend_percentage_tax" VARCHAR
);

Share link

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