EURO Stoxx 50 - Financial Ratios
Financial ratios for 50 of the largest and most liquid stocks in the Eurozone.
@kaggle.debashish311601_stoxx50financialratios
Financial ratios for 50 of the largest and most liquid stocks in the Eurozone.
@kaggle.debashish311601_stoxx50financialratios
A database of nearly 50 key financial ratios with quarterly data from 2000 to 2021 for 50 of the largest stocks in Western Europe.
The ratios represent the last 12 month (LTM) data on a quarterly frequency.
CREATE TABLE db (
"date" TIMESTAMP,
"return_assets" DOUBLE,
"return_capital" DOUBLE,
"return_equity" DOUBLE,
"return_invested_capital" DOUBLE,
"return_common_equity" DOUBLE,
"gross_margin" DOUBLE,
"sga_margin" DOUBLE,
"ebitda_margin" DOUBLE,
"ebita_margin" DOUBLE,
"ebit_margin" DOUBLE,
"earning_co_margin" DOUBLE,
"ni_margin" DOUBLE,
"ni_norm_margin" DOUBLE,
"ni_avail_excl_margin" DOUBLE,
"lfcf_margin" DOUBLE,
"ufcf_margin" DOUBLE,
"cf_total_rev" VARCHAR,
"asset_turns" DOUBLE,
"fixed_asset_turns" DOUBLE,
"ar_turns" DOUBLE,
"inventory_turns" DOUBLE,
"current_ratio" DOUBLE,
"quick_ratio" DOUBLE,
"days_sales_out" DOUBLE,
"days_inventory_out" DOUBLE,
"days_payable_out" DOUBLE,
"cash_conversion" DOUBLE,
"cfo_current_liab" DOUBLE,
"total_debt_equity" DOUBLE,
"total_debt_capital" DOUBLE,
"lt_debt_equity" DOUBLE,
"lt_debt_capital" DOUBLE,
"total_liab_total_assets" DOUBLE,
"ebit_int" DOUBLE,
"ebitda_int" DOUBLE,
"ebitda_capex_int" DOUBLE,
"total_debt_ebitda" DOUBLE,
"net_debt_ebitda" DOUBLE,
"total_debt_ebitda_capex" DOUBLE,
"net_debt_ebitda_capex" DOUBLE,
"ebitda_excl_oper_leases_int" DOUBLE,
"ebitda_excl_oper_leases_capex_int" DOUBLE,
"total_debt_ebitda_excl_oper_leases" DOUBLE,
"net_debt_ebitda_excl_oper_leases" DOUBLE,
"total_debt_ebitda_excl_oper_leases_capex" DOUBLE,
"net_debt_ebitda_excl_oper_leases_capex" DOUBLE,
"total_rev_employee" DOUBLE,
"z_score" DOUBLE,
"capex_pct_rev" DOUBLE,
"ticker" VARCHAR
);Anyone who has the link will be able to view this.