getEconomic | R Documentation |
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")
from |
A date in the format of YYYY-MM-DD. Defaults to 10 days ago from the current system date. |
to |
A date in the format of YYYY-MM-DD. Defaults to the current system date. |
country |
a character string with the country name to filter dividends data for (only for Investing.com) |
A data frame containing IPO calendar data for the specified date range.
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
getEconomic(from = Sys.Date(),to = Sys.Date()+35,country='Belgium')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.