get_timeseries {pathlit} | R Documentation |
Retrieves the time series of the tickers provided. The comprehensive list of the tickers can be retrieved via get_tickers. See https://www.pathlit.io/docs/api/paths/ for more information.
get_timeseries(tickers)
tickers |
A character vector of instrument tickers. |
Returns a time series of the tickers provided.
Riasat Ali Istiaque, riasat.istiaque@pathlit.io
## Not run:
get_timeseries(c("AAPL", "MSFT"))
## End(Not run)