Get stock splits from the Yahoo Finance API

get_stock_splits_from_yahoo(ticker, from = "1970-01-01",
                                   to = Sys.Date())

Arguments

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.

Value

A data frame containing dates and stock splits.