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

Exchange Code #308

Open
CharlesRSmith44 opened this issue Jun 8, 2020 · 3 comments
Open

Exchange Code #308

CharlesRSmith44 opened this issue Jun 8, 2020 · 3 comments

Comments

@CharlesRSmith44
Copy link

I can't figure out how to download the exchange code for trades using the getTicks function. Is this possible?

Thank you!

@johnlaing
Copy link
Contributor

Currently, no. This package is constrained by the Bloomberg API itself, and its documentation is vague on what fields are available in tick data. There is nothing said about exchange code.

Possibly the field is available but undocumented. You could ask the help desk about this.

@Christianolob
Copy link

I need that too. I asked for help in Bloomberg help desk for C++ they did not provide any support for that. Also, documentation is poor. In the other hand, Excel can provide that data with formula below.

=BDH("UC1 Curncy","Trade","2021-05-27 00:00:00","2021-05-27 23:59:59","IntrRw=true","BrkrCodes=S","Price=S","Type=H","Headers=Y","cols=5;rows=16671")

@wmorgan85
Copy link
Contributor

The parameter in the API is includeExchangeCodes, but this doesn't seem to be exposed yet in the getTicks function.

This is the request diagram from the official docs
image

This is the response diagram from the official docs
image

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

4 participants