View source: R/get_tangible_book_per_share.R
get_tangible_book_per_share | R Documentation |
Fetching Tangible Book Value Per Share from gurufocus.com
get_tangible_book_per_share(df)
df |
data.frame. Data.frame with column symbol containing at least one valid stock ticker symbol. |
The Tangible book value per share is the value of a company's tangible assets divided by its current outstanding shares. The TBVPS determines the potential value per share of a company in the event that it must liquidate it's assets. Assets such as property and equipment are considered tangible assets.
Input data.frame supplemented by the company's available Tangible Book Per Share data.
df <- data.frame('symbol' = 'AAPL') res <- get_tangible_book_per_share(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.