powered by
This function retrieves economic data from the investing.com website for a specified time period
getEconomic(from = Sys.Date() - 10, to = Sys.Date(), country = "United States")
A data frame containing IPO calendar data for the specified date range.
A date in the format of YYYY-MM-DD. Defaults to 10 days ago from the current system date.
A date in the format of YYYY-MM-DD. Defaults to the current system date.
a character string with the country name to filter dividends data for (only for Investing.com)
Vyacheslav Arbuzov
getEconomic(from = Sys.Date(),to = Sys.Date()+35,country='Belgium')
Run the code above in your browser using DataLab