Displaying 20 results from an estimated 100 matches similar to: "Problem using RBloomberg blpConnect"
2012 Jul 09
1
Problem to establish Bloomberg connection / Package RBloomberg / function blpConnect()
Dear All,
when I try to call blpConnect() in order to open a connection to the
Bloomberg on my machine, I receive following error message:
R version 2.15.1 (2012-06-22)
rJava Version 0.9-3
RBloomberg Version 0.4-150
Java environment initialized successfully.
Looking for most recent blpapi3.jar file...
Adding C:\blp\API\APIv3\JavaAPI\v3.4.8.1\lib\blpapi3.jar to Java
classpath
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
2013 Feb 05
1
failure to connect to Bloomber using Rbbg from batch script on Windows
I am having a puzzling problem with bloomberg connection. When i run from R prompt some code that has
....
library(Rbbg)
conn <- blpConnect(throw.ticker.errors = FALSE)
print("connected")
...
I establish connection every time and then proceed to get data when i run this code from R prompt. However, when i run this from a batch script, i get the following error output from Rbbg:
2012 May 21
16
Contactos en Madrid-ayuda con instalación
Hola a todos,
Mi nombre es Juanjo. Llevo un tiempo intentado hacer funcionar un programa
que necesita de la instalación de RPROJECT y REXCEL. He mirado varias guías
e instalado los programas pero obtengo varios errores.
El principal es que tras instalar RProject, Rexcel y statcon y al intentar
correr esta macro desde Visual Basic…
Sub Start()
RInterface.StartRServer
2009 Feb 27
1
Problem with RBloomberg (not the usual one)
Hello, everyone!
I have a problem with RBloomberg and this is not the usual "no
administrator rights" problem.
I have R 2.7.2, RBloomberg 0.1-10, RDCOMclient 0.92-0
RDCOMClient, chron, zoo, stats: these packages load OK.
Then, trying to connect, I get following error message:
conn <- blpConnect(show.days="week", na.action="previous.days",
2006 Feb 22
2
Error in RBloomberg
Hello R-Experts,
Currently I'm using "RBloomberg" package in R-2.2.1 in Windows machine (
XP). When I'm running one specific example using blpGetData given in
help file I'm getting the following error message.
conn <- blpConnect()
edb <- blpGetData(conn, "ED1 Comdty", "PX_LAST",
start=chron("1/1/06"),
2010 Jan 20
0
Error on using blpGetData() function from RBloomberg package
Hello, I am using te blpGetData() function to retrieve closing prices from
bloomberg on r. This is the code that I wrote:
library(RBloomberg)
conn=blpConnect
blpGetData(conn,"ANF UN Equity","PX_LAST","2009/09/01","2009/09/10")
and I get the following error:
Error in substring(paste("0", v$day, sep = ""), first = nchar(paste(v$day)))
:
2011 Jun 16
1
Replacing values without looping
I got an array similar to the one below, and want to replace all NAs with the
previous value.
99 8.2 b
NA 8.3 x
NA 7.9 x
98 8.1 b
NA 7.7 x
99 9.3 b
...
i.e. the first two NAs should be replaced to 99, whereas the last one should
be 98.
I would like to apply a function to reach row, checking if the value in col
1 is NA, and if it is, set the value to the previous row's col 1 value.
2010 Nov 09
0
Problem on installing statconnDCOM and RBloomberg
Installation of rcom, statconnDCOM and RBloomberg
Hi folks,
Win7 64bit
R version 2.11.1 (2010-05-31)
Perform following steps to install rcom, statconnDCOM and RBloomberg
1) rcom installation
login Win7 as administrator and start R
> install.packages("rcom")
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ?rscproxy?
trying URL
2010 Jan 31
2
RBloomberg on Mac Leopard
Hi,
I'm running R 2.10.1 GUI 1.31 Leopard build 64-bit (5537).
I cannot install RBloomberg on my Mac. After I type:
install.packages("RBloomberg", repos="http://R-Forge.R-project.org")
I get the following message:
Warning in install.packages("RBloomberg", repos = "http://R-Forge.R-project.org") :
argument 'lib' is missing: using
2008 Oct 07
0
RBloomberg - Converting international stock prices into $US
To all:
I'm using RBloomberg to pull historical equity prices across a range of
international markets. Bloomberg defaults to returning stock prices to
R in local currency, for example,
blpGetData(conn, "ALUA AR Equity", "PX_LAST",start="09/30/08",
end="09/30/08")
returns a stock price in Argentine Peso's. If ones use the BLPH
function directly
2006 Nov 22
1
RBloomberg Multi-ticker problem
Hi,
I am trying to download data from Bloomberg through R. If I try to
download intraday data for multiple tickers and only one field, I get
the error, written below in red. How do I get rid of this error?
> dat<-blpGetData(conn, c("NOK1V FH Equity","AUA AV Equity"),
"LAST_PRICE",
2013 Jun 06
0
RBloomberg: unable to use 'Corp' to fetch data
I am trying to get new Cusip (registered security) from old . This can be done in excel using BDP command.
For example:
=BDP("000361AJ Corp","ID_CUSIP"), will give 000361AK1.
Can this be done using RBloomberg? Any help will be much appreciated.
Chirag Maru
Senior Quantitative Analyst
IRON Financial
847-715-3221 Direct | 847-715-3321 Fax | 847-715-3200 Main
630 Dundee
2010 Nov 05
0
About installing RBloomberg
Hi folks,
Debian 600 64bit desktop
> sudo R
Password:
> install.packages("RBloomberg", repos="http://R-Forge.R-project.org")
....
....
* DONE (zoo)
ERROR: dependencies ?rcom?, ?bitops?, ?RUnit? are not available for package
?RBloomberg?
* removing ?/usr/local/lib/R/site-library/RBloomberg?
Failed
> install.packages("RBloomberg", "rcom",
2006 Nov 16
0
FW: <RBloomberg Package Problem>
Yes...And the dependent package is RDCOMClient. I was using R
2.2.0...The downloading process was smooth...But not in R 2.4.0...why is
this so? Could you reply me ASAP?
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Gabor
Grothendieck
Sent: Thursday, November 16, 2006 7:27 PM
To: Shubha Karanth
Cc: r-help at
2008 Oct 02
1
RBloomberg to get dividend
I try to use RBloomberg to get the dividend for IBM. However,
blpGetData(conn, "IBM EQUITY", field="EQY_DVD_HIST_ALL",
start=as.chron("1980-01-01"))
doesn't work. It returns
EQY_DVD_HIST_ALL
(10/02/08 14:46:36) NA
I have to used
blpGetData(conn, "IBM EQUITY", "EQY_DVD_SH_12M_NET",
2010 Nov 05
1
RBloomberg on R-2.12.0
Dear R Users,
Tried to install RBloomberg with R-2.12.0 and appears RDComclient has not been built for this version of R, so failed. I then tried to get RBloombergs' Java API version to work, but ran into problems with RJava which does not appear to exist for Windows. My platform is Windows XP SP3.
Will RDcomclient be built for R-2.12.0 anytime soon ?
Does a version of RBloomberh with a
2012 Apr 05
1
Bloomberg API functions BAddPeriods Binterpol Bcountperiods in RBloomberg
Hi to all,
Is there a way to use the API bloomberg functions BAddPeriods Binterpol
Bcountperiods in RBloomberg?
tnks
--
View this message in context: http://r.789695.n4.nabble.com/Bloomberg-API-functions-BAddPeriods-Binterpol-Bcountperiods-in-RBloomberg-tp4534163p4534163.html
Sent from the R help mailing list archive at Nabble.com.
2012 Jun 27
1
Problem installing RBloomberg
I have the following error message when I try to install RBloomberg.
Les packages binaires t?l?charg?s sont dans
C:\Users\bloom\AppData\Local\Temp\RtmpktX4UK\downloaded_packages
Message d'avis :
packages ?quantstrat?, ?RBloomberg?, ?rsproxy?, ?VaR? are not available (for
R version 2.15.1)
R version 2.15.1
System : Windows 7 (64 bits)
Any help appreciated
Thx
--
View this message
2007 Mar 22
2
difftime / RBloomberg
hi,
I've troubles with some difftime objects. e.g.
ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) - 2
works, telling me "Time difference of 57 days". But when I'd like to add
days, such as
ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) + 2
the function gives me an error. Function "as.COMDate.chron" of the
Rbloomberg package doesn't work for that reason.
I'm