intraday: Get end-of-day market intraday data.

Description Usage Arguments Value Examples

View source: R/eod.R

Description

Get end-of-day market intraday data.

Usage

1
2
3
intraday(ts_code = "", start_time = "", end_time = "",
  freq = c("1", "5", "15", "30", "60"), time_format = c("POSIXct",
  "char"), ...)

Arguments

ts_code

Tushare equity code

start_time

Start date/datetime

end_time

End date/datetime

freq

frequency of intraday data

time_format

How to cast datetime columns?

...

futher arguments passed

Value

data.table

Examples

1
2
3
4
## Not run: 
dt <- intraday("000001.sz", "20190101", "20190131", "15")

## End(Not run)

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