I want to download Corporate Actions from Bloomberg (specifically Bankruptcy Filing, Default Corp Actions, Default Resolution) automatically every month and save it somewhere. To do this, I am using Java blpapi.
What I actually want to retrieve is the information when you do the following in Bloomberg Terminal.
However, I am lost as to how to get Corporate Actions from blpapi. I only know how to retrieve market cap data through Historical Data Request and outstanding shares through Reference Data Request. What Reference Data Service should I use to retrieve corporate Actions data?
After consulting with Bloomberg Help Desk thru HELP HELP in Bloomberg Terminal, their reply is the following.
We don't have an option to programmatically request CACT data. I would recommend making a template, {LPHP CACT:0:1 1015663} that you can reference when you run the function. The Java API will only include the data available from our Desktop API. You cannot create screening data in the Desktop API for CACT to request.
It seems that CACT data cannot be downloaded thru the blpapi. However, I am quite lost at what they mean by,
You cannot create screening data in the Desktop API for CACT to request.
Also, as @assylias mentioned in the comment above if we have a specific list of tickers, we can play with FLDS to check for the fields we want to request. However in my case, I do not have a specific list of tickers that I can use to query blpapi. Thus, I will just go back in exporting this data from BBG terminal itself to an excel file.