get_single_stock: get the single stock from source(only closing price...

Description Usage Details Value Examples

View source: R/get_single_stock.R

Description

get the single stock from source(only closing price information)

Usage

1
get_single_stock(start, end, ticker_name, source_name)

Details

this function get the <<single>> stock information from source, default true for getting close price. You can customize the source(where to get the data)

Value

closestockprice

Examples

1
stock_1 = get_single_Stock('2001-03-12','2003-04,22','AAPL','yahoo')

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.