Description Usage Arguments Value
Query daily OHLC data
1 2 3 4 5 6 7 | daily(
ts_code,
start_date = "",
end_date = "",
adjust = c("none", "forward", "qfq", "backward", "hfq"),
api = TushareApi()
)
|
ts_code |
Tushare code |
start_date |
OPTIONAL, start date of OHLC |
end_date |
OPTIONAL, end date of OHLC |
adjust |
Dividen adjustment method |
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.