I am writing to seek clarification and assistance regarding the usage of the Refinitiv Python API, specifically the rd.discovery.search()
function. Up until now, I have been successfully using the API to retrieve information for listed firms by utilizing the "search.Views.EQUITY_QUOTES" parameter in the view
parameter.
However, I now need to retrieve information for non-listed firms using the same API. To achieve this, I understand that I might need to adjust the view
parameter to target the appropriate data set. I have reviewed the available options, and I'm uncertain about which search.Views
parameter I should use to retrieve information for non-listed firms.
For instance, if I want to retrieve information about a specific firm with the PermID "5051619094", could you please advise me on the appropriate search.Views
parameter to use? Should I use "ENTITIES" or "ORGANISATIONS," or is there another parameter that is more suitable for retrieving information about non-listed firms?
Moreover, looking at EQSRCH on Refinitiv Workspace, I tried to set the "filter" parameter as such:
SearchAllCategoryv2 eq eq 'Companies/Issuers'. Is this correct? Is there another way
Thank you very much for your time and assistance. I look forward to your response.