get_price_to_tangible_book: Get Price-Tangible-Book-Ratio

View source: R/get_price_to_tangible_book.R

get_price_to_tangible_bookR Documentation

Get Price-Tangible-Book-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_price_to_tangible_book(df)

Arguments

df

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

Details

The Price-Tangible-Book-Ratio measures a company's market value to its tangible assets. This ratio is applicable mainly to industrial or other capital-intensive companies (manufacturers, miner, ...) that own a high proportion of hard assets.

Value

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

Examples

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


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