View source: R/get_inventory_to_revenue.R
get_inventory_to_revenue | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_inventory_to_revenue(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio measures the percentage of inventories the company currently has on hand to support the current amount of revenue. The ratio indicated of a company to manage their inventory levels.
Input data.frame supplemented by the company's available Inventory to Revenue Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_inventory_to_revenue(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.