powered by
Get stock history by open, high, low, close, volume.
get_stock_history_by_ohlcv(stock_code, unit = "D", add_var = FALSE)
stock history by ohlcv data frame
A string specifying stock code
A string specifying day, week, month
A boolean adding volitility and percentage change
# get stock history if (FALSE) { get_stock_history_by_ohlcv("005930") }
Run the code above in your browser using DataLab