Skip to content
Prev 13677 / 15274 Next

Rblpapi connection issue

I think you may have misinterpreted. You _should_ call blpConnect, and you
only need to do it once. You don't need to call blpAuthenticate. A very
short script might look like this:

require(Rblpapi)
blpConnect()
bdp("USDCAD Curncy","PX_LAST")

-John
On Fri, Jan 22, 2016 at 9:45 AM, Will Oswald <will.oswald at gmail.com> wrote: