Pulling in other Bloomberg Fields
Posted: Mon Apr 11, 2016 1:00 am
Hi,
I'm pulling in the closing price of the 2 year US treasury note from Bloomberg using the following code:
How would I get different fields from Bloomberg other than the (default) closing price, such as the "Open Px", "High Price", and "Low Price"? These are stored in the same ticker on Bloomberg.
Thanks
I'm pulling in the closing price of the 2 year US treasury note from Bloomberg using the following code:
Code: Select all
dbopen(type=bloom) index
fetch(link) usgg2yr
Thanks