getEconomic: Get economic data from Investing.com

getEconomicR Documentation

Get economic data from Investing.com

Description

This function retrieves economic data from the investing.com website for a specified time period

Usage

getEconomic(from = Sys.Date() - 10, to = Sys.Date(), country = "United States")

Arguments

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)

Value

A data frame containing IPO calendar data for the specified date range.

Note

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.

Author(s)

Vyacheslav Arbuzov

Examples

getEconomic(from = Sys.Date(),to = Sys.Date()+35,country='Belgium')

arbuzovv/rusquant documentation built on Feb. 1, 2024, 6:39 p.m.