Search code examples
pythonexcelbloombergblpapi

Implement Bloomberg BChain function in Python using blpapi


I am trying to implement Excel's BChain() function in Python. Unfortunately I have no idea how and if this can be achieved. Here is the function I want to achieve:

=BChain("COL US Equity", "LOANS", "LOAN_TYP == TERM")

Any idea how this can be done?


Solution

  • It's not possible to implement =BChain() at the time of this post.