Skip to content
Prev 9020 / 15274 Next

HELP: Problem with RBloomberg blp intraday data

Michael,

It is helpful if you provide information about the version of R and
various packages that you are running. The sessionInfo() function is
an excellent way to do that.

The timeout argument to blpConnect was eliminated in early 2010, so I
assume your version of RBloomberg is very old. There are now several
recent threads on this list about how to upgrade and the dependencies
involved. I recommend you read some of these.

In the current RBloomberg what you're trying to do is pretty straightforward:

library(RBloomberg)
conn <- blpConnect()
trades <- bar(conn, "AGS BB Equity", "TRADE", "2011-09-12
08:00:00.000", "2011-09-12 16:30:00.000", "1")

Hope that helps,
John

On Thu, Nov 24, 2011 at 5:45 AM, Benjamin, Michael
<Michael.Benjamin at bernstein.com> wrote: