View source: R/get_price_to_tangible_book.R
get_price_to_tangible_book | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_price_to_tangible_book(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Price-Tangible-Book-Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_price_to_tangible_book(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.