get_book_value_per_share: Get Book Value per Share

View source: R/get_book_value_per_share.R

get_book_value_per_shareR Documentation

Get Book Value per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_book_value_per_share(df)

Arguments

df

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

Details

Book value per common share (or, simply book value per share - BVPS) is a method to calculate the per-share book value of a company based on common shareholders' equity in the company. The book value of a company is the difference between that company's total assets and total liabilities, and not its share price in the market.

Value

Input data.frame supplemented by the company's available Book Value per Share data.

Examples

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


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