Provided with a set of equity Bloomberg tickers retrieves qualitative information on the corresponding corporation previously stored in a storethat SQLite database.

storethat_equity_info(tickers, file = NULL)

Arguments

tickers

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

file

a scalar chatacter vector. Specifies the target storethat SQLite database file.

Value

An S4 object of class EquityInfo.

See also

Examples

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