get_current_price {kisopenapi} | R Documentation |
get current price
Description
Get current stock price.
Usage
get_current_price(stock_code)
Arguments
stock_code |
A string specifying stock number (stock code) |
Value
current stock price
Examples
# get current price
## Not run:
get_current_price("005930")
## End(Not run)
[Package kisopenapi version 0.0.2 Index]