View source: R/get_predictability.R
get_predictability | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_predictability(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
Gurufocus.com ranks the predictability of companies based on the consistency of their revenue per share and EBITDA (earning before interest, tax, depreciation and amortization) per share over the past ten fiscal years, and study the correlation between the stock performances and the predictability of the business.
Input data.frame supplemented by the company's available Predictability Rank data.
df <- data.frame('symbol' = 'AAPL') res <- get_predictability(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.