Displaying 1 result from an estimated 1 matches for "issue_dt".
Did you mean:
issue_date
2011 Jan 19
1
Problem in using bdh function for Govt tickers
Hi, all
I wanted to fetch data from Bloomberg for govt bonds, and analyse it
further.
I am having trouble in getting data as when I use field=PX_LAST, it is
giving the prices but when I use field=CPN, or ISSUE_DT, it is not giving
the results and just bouncing back <NA> for that.
This is the piece of code:
> library(rJava)
Warning message:
package 'rJava' was built under R version 2.12.1
> library(RBloomberg)
> k<-as.POSIXct("2010-12-29")
> field<-c(&...