Reputation: 53
In Bloomberg API, using .net, does anyone know how to get the corporate action of an equity? I tried to get all the fields of an equity by using Subscription but I can't find any related to corporate action. I also tried to use Field Search Request but unsuccessful, the link is: bloomberg API - Field Search Request.
Upvotes: 4
Views: 8074
Reputation: 26
You can get corporate actions like Dividends, Rights,Spin Offs Splits and No Delivery. DVD_EX_DATE for example. Use static request on Equity for this.
Easiest way to see corporate actions related fields is from the excel plugin. Open import data -> Market Reference,Analytical,Data Sets insert a stock and look in the corporate actions (I couldn't upload a screenshot)
Upvotes: 1
Reputation: 9697
The corporate action data is not available through the API, you need to use the data license product.
DLSD <GO>
in the terminal has the documentation.
Upvotes: 1