get_timeseries {pathlit} | R Documentation |
Get Time Series
Description
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.
Usage
get_timeseries(tickers)
Arguments
tickers |
A character vector of instrument tickers. |
Value
Returns a time series of the tickers provided.
Author(s)
Riasat Ali Istiaque, riasat.istiaque@pathlit.io
Examples
## Not run:
get_timeseries(c("AAPL", "MSFT"))
## End(Not run)
[Package pathlit version 0.1.0 Index]