View source: R/get_free_float.R
get_free_floate | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_free_floate(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The free float percentage, also known as float percentage of total shares outstanding, simply shows the percentage of shares outstanding that trade freely.
Input data.frame supplemented by the company's available Float Percentage of Total Shares Outstanding data.
df <- data.frame('symbol' = 'AAPL') res <- get_free_floate(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.