Skip to content
Prev 3716 / 15274 Next

RBloomberg Date

Hi John,

This is a bug in RBloomberg. The work-around is indeed setting retval="raw":
[1] 02/27/09
A fix (among other improvements) is on the way. 

~R


-----Original Message-----
From: r-sig-finance-bounces at stat.math.ethz.ch [mailto:r-sig-finance-bounces at stat.math.ethz.ch] On Behalf Of Paul DeBruicker
Sent: 27 February 2009 01:30
To: John Hawver
Cc: r-sig-finance at stat.math.ethz.ch
Subject: Re: [R-SIG-Finance] RBloomberg Date

Hi John,

Try setting retval="raw" in your blpGetData call which will make it skip the coercion steps and just give you what BBG returns to your terminal in your t2 variable.  From looking at t2 you should be able to figure out how to extract the date.  I'm not at a Bloomberg terminal at the moment so its hard for me to be more specific than that.

t2 <- blpGetData(conn, c("HAL Equity"), "DVD_EX_DT", retval="raw")


Paul
On Thu, Feb 26, 2009 at 6:08 PM, John Hawver <john.hawver at gmail.com> wrote:
_______________________________________________
R-SIG-Finance at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.