search for: bulkdata

Displaying 1 result from an estimated 1 matches for "bulkdata".

Did you mean: blkdata
2005 Mar 31
0
Bloomberg data import SOLVED
...some R-magic to fix my start and end datetimes (please!) # Bulk data is just like getting prices, except for the return object being more complex tickers <- c("TYM5 Comdty", "USM5 Comdty") fields <- c("FUT_DELIVERABLE_BONDS", "FUT_DLVRBLE_BNDS_CUSIPS") bulkData <- try(blCon$BlpSubscribe(Security=tickers, Fields=fields)) ---------------------------- Note that my original idea about GetHistoricalData was wrong since that isn't a function. (At least I couldn't get it to work.) As a last note, it would be very nice if RDCOMClient were directly av...