f_load: This function loads data from Yahoo.

Description Usage Arguments Value

View source: R/f_load.R

Description

This function loads data from Yahoo.

Usage

1
f_load(ticker, from_date = "2014-01-01", indicators = TRUE, offline = FALSE)

Arguments

ticker

ticker code from Yahoo. Provide a vector of ticker codes to get multiple stocks.

from_date

loads data from the date untill today. Date format is yyyy-mm-dd.

indicators

logical. If TRUE, technical indicators will be calculated.

offline

logical. If TRUE data will be loaded from data folder

Value

A data.table


kristian-bak/kb.modelling documentation built on Dec. 21, 2021, 7:46 a.m.