Description Usage Arguments Value Examples
Get basic stock market information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | stock_basic(is_hs = c("", "N", "H", "S"), list_status = c("", "L", "D",
"P"), exchange = c("", "SSE", "SZSE", "HKEX"),
date_format = c("POSIXct", "Date", "char"), ...)
trade_cal(exchange = c("", "SSE", "SZSE"), start_date = "",
end_date = "", is_open, date_format = c("POSIXct", "Date", "char"),
...)
hs_const(hs_type = c("SH", "SZ"), is_new = c("1", "0"),
date_format = c("POSIXct", "Date", "char"), ...)
namechange(ts_code = "", start_date = "", end_date = "",
date_format = c("POSIXct", "Date", "char"), ...)
stock_company(exchange = c("SSE", "SZSE"), date_format = c("POSIXct",
"Date", "char"), ...)
new_share(start_date = "", end_date = "", date_format = c("POSIXct",
"Date", "char"), ...)
|
is_hs |
Flag for Shenzhen/Shanghai-Hong Kong Stock Connect#' |
list_status |
List status |
exchange |
Exchange market |
date_format |
How to cast datetime format. |
... |
futher arguments passed |
start_date |
Start date |
end_date |
End date |
is_open |
Whether the market is open |
hs_type |
Type of Shenzhen/Shanghai-Hong Kong Stock Connect |
is_new |
Whether the stock is new |
ts_code |
Tushare equity code |
data.frame/data.table
1 2 3 4 | ## Not run:
stock_basic()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.