get_free_floate: Get Float Percentage of Total Shares Outstanding

View source: R/get_free_float.R

get_free_floateR Documentation

Get Float Percentage of Total Shares Outstanding

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_free_floate(df)

Arguments

df

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

Details

The free float percentage, also known as float percentage of total shares outstanding, simply shows the percentage of shares outstanding that trade freely.

Value

Input data.frame supplemented by the company's available Float Percentage of Total Shares Outstanding data.

Examples

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


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