Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBSRCH (Bloomberg Search) #82
Comments
|
Well, considering that
We are all busy professionals too, and hence unlikely to write this for you. If you want to take a stab, we can try to help. Or you can try to hire someone and we will try to help to get that work integrated. |
|
It seems clear that the functionality in the BSRCH Excel function is not supported by the BBG C++ API. I had a look through the developer's guide and cannot see how this would be possible. |
|
Ahhh. Good find. Closing this as a consequence of that comment. |
|
Incidentally, you can work around similar queries to extract elements from For example, let's say you want the top 10 holdings of an ETF -- a field in
This will return a Could put this in a wrapper pretty easily if you know what Just a thought. |
|
Basic BSRCH functionality has now been implemented in #111. |
|
And as a courtesy I uploaded source and Windows release aka 3.2.* packages to the ghrr drat. The sequence if (!require("drat")) install.packages("drat") ## install if needed
drat::addRepo("ghrr")
install.packages("Rblpapi") will install it as version 0.3.2.2 (which is the current version in the master branch). It may be a moment before this gets to CRAN so this provides a preview. |
Hi,
Would somebody have time to implement BSRCH function? Example us case
BSRCH("COMDTY:NGFLOW")
It is commonly used for Fixed Income instrument screening.
Thank you for your time and help.
/Marek