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
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
Code: Select all
dbopen(type=bloom) index
fetch(link) usgg2yr
Code: Select all
fetch(index) "usgg2yr index open"
fetch(index) "usgg2yr index high"
fetch(index) "usgg2yr index low"Users browsing this forum: No registered users and 1 guest