Description Usage Arguments Value Examples
Please refer to online document for details.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | daily(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
weekly(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
monthly(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
daily_basic(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
adj_factor(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
moneyflow(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
stk_limit(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
fund_daily(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
opt_daily(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
index_daily(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
index_weekly(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
index_monthly(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
index_weight(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
index_dailybasic(ts_code = "", trade_date = "", start_date = "",
end_date = "", date_format = c("POSIXct", "Date", "char"), ...)
|
ts_code |
OPTIONAL, Tushare equity code. |
trade_date |
OPTIONAL, trading date. |
start_date |
OPTIONAL, start date of returned data. |
end_date |
OPTIONAL, end date of returned date. |
date_format |
How to cast return datetime columns? Default casts values to POSIXct objects. |
... |
futher arguments passed |
a data.frame/data.table
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.