kosd_stock: Get price history of KOSDAQ stock

Description Usage Arguments Details Value Examples

View source: R/kosd_stock.R

Description

kosd_stock returns price history of a given KOSDAQ stock from Google finance

Usage

1
kosd_stock(ticker, start_date, end_date)

Arguments

ticker

a ticker code in the format as KOSDAQ::000000

start_date

should be given as a format "2011-01-01"

end_date

should be given as a format "2012-01-01"

Details

Original: July 2017 by "personalinvesting (naver blog)"

Value

a df in the format as OHLC

Examples

1
kosd_stock("011000", "2014-01-01", "2017-09-22")

skylics/stock_analysis documentation built on May 29, 2019, 12:41 p.m.