View source: R/get_current_ratio.R
get_current_ratio | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_current_ratio(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Current Ratio measures a company's ability to its shot-term obligations.
Input data.frame supplemented by the company's available Current Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_current_ratio(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.