Displaying 1 result from an estimated 1 matches for "fut_deliverable_bonds".
2005 Mar 31
0
Bloomberg data import SOLVED
...; tick data can be very
voluminous.
# I'm sure someone can do 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,...