Displaying 1 result from an estimated 1 matches for "blpsubscrib".
Did you mean:
blpsubscribe
2005 Mar 31
0
Bloomberg data import SOLVED
...art 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
available from CRAN so we coul...