get_tangible_book_per_share: Get Tangible Book Value Per Share

View source: R/get_tangible_book_per_share.R

get_tangible_book_per_shareR Documentation

Get Tangible Book Value Per Share

Description

Fetching Tangible Book Value Per Share from gurufocus.com

Usage

get_tangible_book_per_share(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Tangible Book Per Share data.

Examples

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


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