powered by
This function uses the Bloomberg API to retrieve fieldInfo
fieldInfo(fields, con = defaultConnection())
A data frame with as a many rows as entries in fields
fields
A character vector with Bloomberg query fields.
A connection object as created by a blpConnect call, and retrieved via the internal function defaultConnection.
blpConnect
defaultConnection
Whit Armstrong and Dirk Eddelbuettel
if (FALSE) { fieldInfo(c("PX_LAST", "VOLUME")) }
Run the code above in your browser using DataLab