Bloomberg Terminal


Author Affiliation GitHub
N.F. Katzke. Prescient Securities https://github.com/nicktz

Using the Bloomberg terminal

library(tidyverse)
library(Rblpapi)

# This should open your connection:
Rblpapi::blpConnect()

# For time-series, you should use the bdh fetcing call.
# See the help files for this:
?Rblpapi::bdh

# An example of getting Capitec's shareprice for the last 6 months:
  opt <- c("periodicitySelection"="DAILY")
  bdh("CPI SJ Equity", c("PX_LAST"),
      start.date=Sys.Date()-31*6, options=opt)
Below follows an outline of what you need to know to access the Bloomberg terminal.

Also see here for some other tips and ideas.

If you stumble upon other nice screens on Bbg (the 4 letter abbreviated once…there are tons) - leave a comment below for your class mates.

Good luck and enjoy