get_stock_history: get stock history

View source: R/data.R

get_stock_historyR 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)


kisopenapi documentation built on May 29, 2024, 5:26 a.m.