Provided with a set of equity Bloomberg tickers retrieves qualitative information on the corresponding corporations.

BBG_equity_info(tickers, ...)

Arguments

tickers

a chatacter vector. Specifies the equity Bloomberg tickers to query data for.

...

optional parameters to pass to the bdp function from the Rblpapi package used for the query (options parameter).

Value

An S4 object of class EquityInfo.

See also

Examples

if (FALSE) { BBG_equity_info(tickers = c("BP/ LN Equity", "WEIR LN Equity")) }