Programatically Access Corporate Governance Data

Hi, I am trying to access the corporate governance data via Eikon Python API as advertised here. Concretely, I would like to obtain the data available through the CORPGOV user interface, but do so using the Python API. I would also like to append the target company's ticker to that data. I notice two similar threads here and here that were not resolved. I raised a support ticket through MyRefinitiv and was directed to this forum.

Answers

  • @refinitivdocreader Thanks for your question - so we have created 2 jupyter notebooks showing how to access deals data - you can see these in the Codebook app (type Codebk into the Eikon/Workspace search bar) and navigate to the following example: Examples/09. Banking/Get_Deals_And_MnA_data_1.ipynb and Examples/09. Banking/Get_Deals_And_MnA_data_2.ipynb

    These can show you various ways of working with our available Deals data in python using a number of different API routes.

    I hope this can help.