blpapi

How do I extract user details for Bloomberg Desktop API connection?

不羁的心 提交于 2021-02-10 12:14:08
问题 If you type IAM <GO> in the terminal you'll be shown the UserID, UUID, CLID etc. Is it possible to extract this information through blpapi when using the Desktop API to connect via BBComm? I've seen references to Identity and populating that by sending an AuthorizationRequest but it appears that's only relevant for SAPI/B-PIPE. 回答1: To the best of my knowledge and after asking a couple of Bloomberg reps - this isn't possible. The best work around which I've found is: each user creates an EQS

How do I extract user details for Bloomberg Desktop API connection?

只愿长相守 提交于 2021-02-10 12:14:05
问题 If you type IAM <GO> in the terminal you'll be shown the UserID, UUID, CLID etc. Is it possible to extract this information through blpapi when using the Desktop API to connect via BBComm? I've seen references to Identity and populating that by sending an AuthorizationRequest but it appears that's only relevant for SAPI/B-PIPE. 回答1: To the best of my knowledge and after asking a couple of Bloomberg reps - this isn't possible. The best work around which I've found is: each user creates an EQS

Bloomberg Anywhere and BLPAPI

六月ゝ 毕业季﹏ 提交于 2021-01-28 07:05:17
问题 I successfully developed an application through BLPAPI (Bloomberg API) on a Bloomberg Terminal machine (in Python). Unfortunately my company is thinking to switch to Bloomberg Anywhere...I will have the chance to run my application there? 回答1: With a move to Bloomberg Anywhere from open Bloomberg, you will have the same access to data that you had before. However, you will need to keep the following in mind: Authentication will be linked to an individual person instead of a Username/Password.

Bloomberg Api connection issue - <localhost:8194> Connection failed

泄露秘密 提交于 2020-12-03 17:01:37
问题 I was trying out bloomberg c++ api example. Got the error below: ritesh@Ritesh:~/Desktop/blpapi_cpp_3.7.5.1/Linux$ ./RequestServiceExample_64 RequestServiceExample Connecting to port 8194 on localhost Server is starting------ 20JUL2014_09:18:35.921 7794:139791222232832 ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{1}.<localhost:8194> Connection failed 20JUL2014_09:18:35.921 7794:139791222232832 WARN blpapi_platformcontroller.cpp:371 blpapi.session.platformcontroller.

Bloomberg Api connection issue - <localhost:8194> Connection failed

我只是一个虾纸丫 提交于 2020-12-03 17:00:43
问题 I was trying out bloomberg c++ api example. Got the error below: ritesh@Ritesh:~/Desktop/blpapi_cpp_3.7.5.1/Linux$ ./RequestServiceExample_64 RequestServiceExample Connecting to port 8194 on localhost Server is starting------ 20JUL2014_09:18:35.921 7794:139791222232832 ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{1}.<localhost:8194> Connection failed 20JUL2014_09:18:35.921 7794:139791222232832 WARN blpapi_platformcontroller.cpp:371 blpapi.session.platformcontroller.

Bloomberg Api connection issue - <localhost:8194> Connection failed

生来就可爱ヽ(ⅴ<●) 提交于 2020-12-03 16:58:56
问题 I was trying out bloomberg c++ api example. Got the error below: ritesh@Ritesh:~/Desktop/blpapi_cpp_3.7.5.1/Linux$ ./RequestServiceExample_64 RequestServiceExample Connecting to port 8194 on localhost Server is starting------ 20JUL2014_09:18:35.921 7794:139791222232832 ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{1}.<localhost:8194> Connection failed 20JUL2014_09:18:35.921 7794:139791222232832 WARN blpapi_platformcontroller.cpp:371 blpapi.session.platformcontroller.

Bloomberg Api connection issue - <localhost:8194> Connection failed

自作多情 提交于 2020-12-03 16:57:44
问题 I was trying out bloomberg c++ api example. Got the error below: ritesh@Ritesh:~/Desktop/blpapi_cpp_3.7.5.1/Linux$ ./RequestServiceExample_64 RequestServiceExample Connecting to port 8194 on localhost Server is starting------ 20JUL2014_09:18:35.921 7794:139791222232832 ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{1}.<localhost:8194> Connection failed 20JUL2014_09:18:35.921 7794:139791222232832 WARN blpapi_platformcontroller.cpp:371 blpapi.session.platformcontroller.

Using the Rblapi package to pull data

▼魔方 西西 提交于 2020-01-16 04:35:08
问题 I have a list of ISINs which is my only source of information. In Excel I can catch the Bloomber ticker which is needed in many cases because it specifies the code of the exchange on which the asset is traded. To do so I only have to add "... Equity isin" in a BDP()-Formula where "..." is a placeholder for the ISIN. So with the new Rblpapi package (which is by the way a fantastic tool!) I can try to do the same: Here is a list of random ISINs isins = c("LU0942970442", "LU0997545750" ,

python blpapi installation error

∥☆過路亽.° 提交于 2020-01-01 16:33:12
问题 I am attempting to install blpapi-3.5.5 for python according to the instructions in the README, but when running python setup.py install I get the following error: running install running build running build_py running build_ext building 'blpapi._internals' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/erlend/blpapi_cpp_3.8.8.1/include/include -I/home/erlend/anaconda/include/python2.7 -c blpapi/internals_wrap.cxx -o build

Conda install BLPAPI

依然范特西╮ 提交于 2019-12-25 16:41:52
问题 I followed the answer in: Anaconda - Install blpapi in environment but could not comment because I don't reputation high enough. When I use conda install -c dsm/blpapi I get the following: Fetching package metadata ........... Solving package specifications: .... UnsatisfiableError: The following specifications were found to be in conflict: - blpapi - python 3.5* Use "conda info <package>" to see the dependencies for each package. This is using a virtual environment with Python 3.5 installed.