market_data | R Documentation |
Calculates market growth, payouts, safety, and profitability of our list of companies for later processing.
market_data(
companies = qmj::companies_r3k16,
financials = qmj::financials_r3k16,
prices = qmj::prices_r3k16
)
companies |
A data frame of company names and tickers. |
financials |
A data frame containing financial information for the given companies. |
prices |
A data frame containing the daily market closing prices and returns. |
All parameters default to package data sets and must
be formatted similarly to a data frame produced by
tidy_prices
and tidyinfo
.
A data frame containing company names, tickers, profitability z-scores, growth z-scores, safety z-scores, payout z-scores, and quality z-scores. Organized by quality in descending order.
data.frame of all market data
market_profitability
market_growth
market_safety
market_payouts
# Takes more than 10 secs
market_data(companies_r3k16[companies_r3k16$ticker %in% c("AAPL"), ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.