Has anyone had any lucky connecting to a Bloomberg Terminal with either the R or Python tool? My org. does not allow for the utilization of some tools such as the download tool to make a connector. I also think that it would be more tedious even trying to build such a thing. But I am proficient in R and have read documentation for the API connection to the terminal using the package Rblpapi seen here.
My code:
r = getOption("repos")
r["CRAN"] = "http://cran.us.r-project.org"
options(repos = r)
install.packages("Rblpapi")It should just be as simple as downloading the package into Alteryx, but when running the workflow I have a multitude of errors.
I'm wondering if it's not working for the same reason my org does not allow for the utilization of other tools or if it is because the base R is just not compatible with the package? If anyone has any experience connecting to Bloomberg via Python that would be extremely useful. I've read the documentation on how to install it via pip but didn't know if that was doable through Alteryx.
My end goal is to just run the workflow, have the R/Python script execute the bloomberg api functions so I can use the data later in my Alteryx workfow
Cheers