Baselight

Fin. Multiples Of Russian Companies (MOEX)

Financial multiples and its stocks prices of Russian companies (MOEX)

@kaggle.redeugene_rus_stocks_funds

Loading...
Loading...

About this Dataset

Fin. Multiples Of Russian Companies (MOEX)

This dataset is a segment of the financial market, which is represented by multiples of Russian companies traded on the Moscow Stock Exchange. Multiples are collected and calculated based on the financial statements of companies for the period from 2014 to 2021 (it is also possible to split into quartiles in the last 2 years). Stocks are obtained by averaging its price for the period under review. This may be useful for fundamental analysis of the Russian stock market. One of the goals of this study is to build a model to predict the change in the price of a stock based on changes in the company's multiples. I would be interested to see your ideas for solving this problem.

Tables

Rus Stocks Funds

@kaggle.redeugene_rus_stocks_funds.rus_stocks_funds
  • 65.12 kB
  • 411 rows
  • 27 columns
Loading...
CREATE TABLE rus_stocks_funds (
  "total_issued_ordinary_shares" DOUBLE,
  "n__number_of_shares_available_for_sale" DOUBLE  -- Number Of Shares Available For Sale,
  "n__number_of_employees" DOUBLE  -- Number Of Employees,
  "n__number_of_shareholders" DOUBLE  -- Number Of Shareholders,
  "n__price_profit" DOUBLE  -- Price/Profit,
  "n__price_sales" DOUBLE  -- Price/Sales,
  "n__price_cash_flow" DOUBLE  -- Price/Cash Flow,
  "n__price_book_value" DOUBLE  -- Price/Book Value,
  "n__company_value" DOUBLE  -- Company Value,
  "n__company_value_ebitda" DOUBLE  -- Company Value/EBITDA,
  "n__profit_per_share_total_assets" DOUBLE  -- Profit Per Share Total Assets %,
  "n__return_on_equity" DOUBLE  -- Return On Equity %,
  "n__return_on_invested_capital" DOUBLE  -- Return On Invested Capital %,
  "n__gross_margin" DOUBLE  -- Gross Margin %,
  "n__operating_margin" DOUBLE  -- Operating Margin %,
  "n__ebitda_margin" DOUBLE  -- EBITDA Margin %,
  "n__net_return" DOUBLE  -- Net Return%,
  "n__rapid_liquidity" DOUBLE  -- Rapid Liquidity,
  "n__current_liquidity_ratio" DOUBLE  -- Current Liquidity Ratio,
  "n__inventory_turnover" DOUBLE  -- Inventory Turnover,
  "n__asset_turnover" DOUBLE  -- Asset Turnover,
  "n__debt_assets" DOUBLE  -- Debt/Assets,
  "n__debt_equity" DOUBLE  -- Debt/Equity,
  "n__long_term_debt_total_assets" DOUBLE  -- Long-term Debt/total Assets,
  "n__average_stock_price" DOUBLE  -- Average Stock Price,
  "n__ticker" VARCHAR  -- Ticker,
  "n__year" VARCHAR  -- Year
);

Share link

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