intraday: Query intraday OHLC data

Description Usage Arguments Value

View source: R/eod.R

Description

Query intraday OHLC data

Usage

1
2
3
4
5
6
7
intraday(
  ts_code,
  start_date = "",
  end_date = "",
  freq = c("1", "5", "15", "60"),
  api = TushareApi()
)

Arguments

ts_code

Tushare code

start_date

OPTIONAL, start time of OHLC

end_date

OPTIONAL, end time of OHLC

freq

frequency of OHLC

api

a tsapi object

Value

a data.table


imlijunda/tswbench documentation built on June 12, 2021, 12:45 p.m.