Learn R Programming

kisopenapi (version 0.0.2)

get_stock_history: get stock history

Description

Get stock history.

Usage

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

Value

stock history data frame

Arguments

stock_code

A string specifying stock code

unit

A string specifying day, week, month

Examples

Run this code
# get stock history
if (FALSE) {
get_stock_history("005930")
}

Run the code above in your browser using DataLab