get_weights {pathlit}R Documentation

Get Weights

Description

Computes the weights to be allocated for a portfolio, under different strategies. See https://www.pathlit.io/docs/api/weights/ for more information.

Usage

get_weights(tickers)

Arguments

tickers

A character vector of instrument tickers.

Value

Returns a table of weights across the strategies for the tickers provided.

Author(s)

Riasat Ali Istiaque, riasat.istiaque@pathlit.io

Examples

## Not run: 
get_weights(c("AAPL", "HOG", "KO"))

## End(Not run)

[Package pathlit version 0.1.0 Index]