getSplits | R Documentation |
This function retrieves the stock split calendar data from investing.com between two given dates.
getSplits(from = Sys.Date() - 10, to = Sys.Date())
from |
A date in the format 'YYYY-MM-DD' representing the start of the date range to retrieve data for (default is Sys.Date()-10). |
to |
A date in the format 'YYYY-MM-DD' representing the end of the date range to retrieve data for (default is Sys.Date()). |
A data.table object containing the stock split calendar data from investing.com.
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
getSplits(from=Sys.Date(),to=Sys.Date()+3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.