get_invcom_data: Get Investing.com data

Description Usage Arguments Value

View source: R/get_invcom_data.R

Description

Get Investing.com data

Usage

1
2
3
4
5
6
7
get_invcom_data(
  tickers,
  type = c("price", "IS", "BS", "CFS"),
  start_date = NULL,
  end_date = NULL,
  frequency = NULL
)

Arguments

tickers

character vector of investing.com tickers

type

character vector specifying the type of data required - price, income statement, balance sheet and/or cash flow statement

start_date

date

end_date

date

frequency

string indicating the frequency of data to return - required for price data

Value

tbl_df with cols ticker, type, scraped_data and clean_data


ces0491/companyDataScrapeR documentation built on July 19, 2021, 7:31 p.m.