Description Usage Arguments Value
Query whole-market end-of-day data by date
1 2 3 4 5 6 7 | market_eod(
func,
date = Sys.Date(),
freq = c("60", "15", "5", "1"),
...,
api = TushareApi()
)
|
func |
Tushare function to call. Use intraday for intraday data. |
date |
date to query |
freq |
only used when func == "intraday", intraday data frequency |
... |
other arguments passed to the query |
api |
a tsapi object |
a data.table object, keyed by ts_code (and trade_time if the query is intraday)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.