get_cash_ratio: Get Cash-Ratio

View source: R/get_cash_ratio.R

get_cash_ratioR Documentation

Get Cash-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_cash_ratio(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

The Asset-Turnover-Ratio measures the value of a company's cash, cash equivalents, marketable securities relative to its current liabilities. The ratio indicates how liquid a company is.

It differs from the Cash-to-Debt-Ratio by focusing on current liabilities due in the short-term (< 1 year).

Value

Input data.frame supplemented by the company's available Cash-Ratio data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_cash_ratio(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.