get_price_to_book: Get Price to Book Ratio

View source: R/get_price_to_book.R

get_price_to_bookR Documentation

Get Price to Book Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_price_to_book(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 market price of a company to its book value.

Value

Input data.frame supplemented by the company's available Price to Book Ratio data.

Examples

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


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