powered by
This function retrieves the stock split calendar data from investing.com between two given dates.
getSplits(from = Sys.Date() - 10, to = Sys.Date())
A data.table object containing the stock split calendar data from investing.com.
A date in the format 'YYYY-MM-DD' representing the start of the date range to retrieve data for (default is Sys.Date()-10).
A date in the format 'YYYY-MM-DD' representing the end of the date range to retrieve data for (default is Sys.Date()).
Vyacheslav Arbuzov
getSplits(from=Sys.Date(),to=Sys.Date()+3)
Run the code above in your browser using DataLab