get_stock_history {kisopenapi}R Documentation

get stock history

Description

Get stock history.

Usage

get_stock_history(stock_code, unit = c("D", "W", "M"))

Arguments

stock_code

A string specifying stock code

unit

A string specifying day, week, month

Value

stock history data frame

Examples

# get stock history
## Not run: 
get_stock_history("005930")

## End(Not run)


[Package kisopenapi version 0.0.2 Index]