income: Consolidated financial reports.

Description Usage Arguments Value Examples

View source: R/finance.R

Description

Consolidated financial reports.

Usage

 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"), ...)

Arguments

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.

Value

a data.frame/data.table

Examples

1
2
3
4
## Not run: 
dt <- income(ts_code='600000.SH', start_date='20180101', end_date='20180730')

## End(Not run)

imlijunda/TushareR documentation built on Dec. 2, 2019, 3:25 a.m.