Description Usage Arguments Value
Query intraday OHLC data
1 2 3 4 5 6 7 | intraday(
ts_code,
start_date = "",
end_date = "",
freq = c("1", "5", "15", "60"),
api = TushareApi()
)
|
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 |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.