Skip to content

RBloomberg getDATA

2 messages · trb1, Ana Nelson

#
Hi all,

I use the following formula in excel to give the interval volatility of a
stock, that is, 
=BDP(VOD LN equity, INTERVAL_VOLATILITY, START_DATE_OVERRIDE,
TEXT(24/08/2010,"YYYYMMDD"), 
END_DATE_OVERRIDE, TEXT(01/09/2010,"YYYYMMDD"),
TECH_STUDIES_PARAM1_OVERRIDE,
BCountPeriods(24/08/2010,01/09/2010,"PER=WD","DCB=A360","CDR=US"))

Is it possible to transfer this formula to RBloomberg, i.e. call the
interval volatility of a stock in R?

Thanks.