-
Notifications
You must be signed in to change notification settings - Fork 76
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
unable to access portfolio data on Rbbg #199
Comments
You should use getPortfolio not bds. In Excel the Bloomberg implementation On 14 Sep 2016 15:08, "christianWilson" notifications@github.com wrote:
|
The request here was mostly invalid and a) incomplete and hence b) not reproducible. Please do better. |
Thank you for your messages. GetPortfolio doesn't appear as a command when I run Rblpapi either "Error in getPortfolio("TS-PX1419-24 Client", "PORTFOLIO_MEMBERS") : |
is I type Rblpapi:: a list of possible commands appear: getBars, getTicks etc |
Looks like this was added after the 0.3.4 release so you would have to build from source. |
One other point to note is that this is an AIM portfolio, as indicated by the TS- prefix of the security. IIRC it is not supported using the same service. Instead it is a separate product called TS-ADF I believe... |
You need to use Alpha instead of Client for an AIM portfolio. For example: |
I'm interested in pullying out portfolio data for a specific date. I'm using the excel function =+BDS(" Client";"PORTFOLIO_DATA"; ;"Reference date="20170830") But I can't implement something similar in R. I'm using overrd = c("START_DT" = "20170828") However, I'm retrieving the portfolio holdings for Today. Any way to specify the date for portfolio holdings to be retrieved? Thanks! |
Ask Bloomberg Help to show you it is done via the (documented, supported) C++ API. With a working C++ solution, come here and we integrate it. Until then, please don't mistake a few colleague volunteering their time in an open source project for the Bloomberg Help desk. |
@fonz88 see my comment in #238 where it describes how to override the reference date. |
And I should note that @joel23888 is a saint. |
@joel23888 Thanks for the reply. Best Regards |
Hi Wehere in bloomberg termnail do you get the TS- prefix of an AIM portfolio ? |
You need the bbg helpdesk for that question. We are users just like you. |
Yes it did this , the answer is : the account number can be found under AIM>>Accounts under the num column the full TS code will be TSPXZZZZ-HHH as an example with pricine number ZZZZZ and account number HHH |
Error message NOT_APPLICABLE_TO_PORT_DATA appears whenever I try and access portfolio data through bds
The text was updated successfully, but these errors were encountered: