get_weights {pathlit} | R Documentation |
Computes the weights to be allocated for a portfolio, under different strategies. See https://www.pathlit.io/docs/api/weights/ for more information.
get_weights(tickers)
tickers |
A character vector of instrument tickers. |
Returns a table of weights across the strategies for the tickers provided.
Riasat Ali Istiaque, riasat.istiaque@pathlit.io
## Not run:
get_weights(c("AAPL", "HOG", "KO"))
## End(Not run)