| tqk_get | R Documentation | 
Get quantitative data from korea
tqk_get(x, from = "1900-01-01", to = Sys.Date())
| x | Stock x. only Korean type like "005930" is samsung. | 
| from | Optional for various time series functions. A character string representing a start date in YYYY-MM-DD format. | 
| to | Optional for various time series functions. A character string representing a end date in YYYY-MM-DD format. | 
a tibble
  tqk_get(x = "005930")
  tqk_get(x = "005930", from = "2018-05-01")
  tqk_get(x = "005930", from = "2018-05-01", to = "2018-05-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.