Skip to content
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

How do I get B-PIPE to work ? #5

Closed
rshah2019 opened this issue Nov 1, 2021 · 2 comments
Closed

How do I get B-PIPE to work ? #5

rshah2019 opened this issue Nov 1, 2021 · 2 comments

Comments

@rshah2019
Copy link

rshah2019 commented Nov 1, 2021

bquery = blp.BlpQuery(host='<host_name>', app='<app_name>').start()
results = bquery.bdh(
["SPY US Equity", "TLT US Equity"],
["LAST_PRICE"],
start_date="20211101",
end_date="20211101",
)

I get an error:
'Data is not available for non-BPS Managed B-PIPE users. [nid:2938] ', 'subcategory': 'NOT_ENTITLED_FIELD'}}}}}

My Bloomberg Rep tells me App should have permission to load LAST_PRICE from B-PIPE. what I am doing wrong ?

@matthewgilbert
Copy link
Owner

I would try and troubleshoot makign raw connections via the blpapi library against bpipe first as I have limited experience interfacing with bpipe and there are several different authentication mechanisms.

@rshah2019
Copy link
Author

got it, will do thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants