Functions to call and retrieve financial data from remote databases, by using company tickers (symbols). It uses publicly available API to download all data.
get_splits(symbol, from = "1970-01-01", to = Sys.Date())
Specifies the ticker or symbol the user wants to download the data of, in the form of a string. Example: 'MSFT'
Minimum date to get data from
Maximum date to get data of
Returns a tibble
# NOT RUN {
splits <- get_splits("MSFT")
# }
Run the code above in your browser using DataLab