Description Usage Arguments Value Examples
Consolidated financial reports.
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | income(ts_code = "", ann_date = "", start_date = "", end_date = "",
period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
income_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
balancesheet(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
balancesheet_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
cashflow(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
cashflow_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", report_type = "", comp_type = "",
date_format = c("POSIXct", "Date", "char"), ...)
forecast(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
forecast_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
express(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
express_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
fina_indicator(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
fina_indicator_vip(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
fina_audit(ts_code = "", ann_date = "", start_date = "",
end_date = "", period = "", date_format = c("POSIXct", "Date",
"char"), ...)
fina_mainbz(ts_code = "", period = "", type = c("", "P", "D"),
start_date = "", end_date = "", date_format = c("POSIXct", "Date",
"char"), ...)
fina_mainbz_vip(ts_code = "", period = "", type = c("", "P", "D"),
start_date = "", end_date = "", date_format = c("POSIXct", "Date",
"char"), ...)
|
ts_code |
OPTIONAL, Tushare equity code. |
ann_date |
OPTIONAL, annoucement date. |
start_date |
OPTIONAL, report start date. |
end_date |
OPTIONAL, report end date. |
period |
OPTIONAL, report period. |
report_type |
OPTIONAL, report type. Please refer to online API document. |
comp_type |
OPTIONAL, report company type. Please refer to online API document. |
date_format |
How to cast return datetime columns? Default casts values to POSIXct objects. |
... |
further arguments passed |
type |
OPTIONAL, business type. |
a data.frame/data.table
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.