Bloomberg

Retrieve data from Bloomberg:

BBG_equity_market()

Retrieves equity historical market data from Bloomberg.

BBG_equity_book()

Retrieves equity historical book data from Bloomberg.

BBG_equity_info()

Retrieves corporate qualitative information from Bloomberg.

BBG_futures_market()

Retrieves futures market historical data from Bloomberg.

BBG_futures_CFTC()

Retrieves futures CFTC reports historical data from Bloomberg.

BBG_futures_info()

Retrieves futures series qualitative information from Bloomberg.

BBG_fund_market()

Retrieves fund historical market data from Bloomberg.

BBG_fund_info()

Retrieves fund qualitative information from Bloomberg.

storethat

Retrieve data from a storethat database:

storethat_equity_market()

Retrieves equity historical market data from a storethat SQLite database.

storethat_equity_book()

Retrieves equity historical book data from a storethat SQLite database.

storethat_equity_info()

Retrieves Corporate qualitative information from a storethat SQLite database.

storethat_futures_market()

Retrieves futures historical market data from a storethat SQLite database.

storethat_futures_CFTC()

Retrieves futures CFTC position historical data from from a storethat SQLite database.

storethat_futures_info()

Retrieves futures series qualitative information from a storethat SQLite database.

storethat_fund_market()

Retrieves fund historical market data from a storethat SQLite database.

storethat_fund_info()

Retrieves fund qualitative information from a storethat SQLite database.

accessors

Access returned data:

get_tickers()

Accesses tickers slot of various S4 objects from pullit.

get_active_contract_tickers()

Accesses the active_contract_tickers slot of S4 objects of class FuturesMarket (pullit).

get_term_structure_tickers()

Accesses the term_structure_tickers slot of S4 objects of class FuturesTS (pullit).

get_fields()

Accesses the fields slot of various S4 objects from pullit.

get_data()

Accesses the data slot of various S4 objects from pullit.

get_info()

Accesses the info slot of S4 objects of class DataInfo (pullit).

get_call()

Accesses the call slot of various S4 objects in the finRes suite.

get_periods()

Shows the time periods for which various S4 objects output of pullit contain data.