-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bsrch #13
Comments
This could be added to the BlpQuery class in a similar way to how |
thanks for the answer, |
|
Would you be able to provide any guidance on how to implement, what was discussed here https://github.com/matthewgilbert/pdblp/issues/68 into the latest version of blp? |
There is no need to implement from blp import blp
with blp.BlpQuery() as bq:
data = bq.bql(
"""
for(screenresults(type=SRCH, screen_name='@COCO'))
get(id_isin)
"""
) |
Hello and thanks for the new release
Is there no support for bsrch?
Could you eventually give some hint on how to use the blpapi directly to retrieve isins from SRCH ?
many thanks
Gio
The text was updated successfully, but these errors were encountered: