| get_stock_splits_from_yahoo | R Documentation | 
Get stock splits from the Yahoo Finance API
get_stock_splits_from_yahoo(ticker, from = "1970-01-01",
                                   to = Sys.Date())
ticker | 
 A single character string. Ticker symbol.  | 
from | 
 A single character string. Start date. Default is 01-01-1970.  | 
to | 
 A single character string. End date. Default is current date.  | 
A data frame containing dates and stock splits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.