Python version of https://api.refinitiv.com/discovery/search/v1/lookup

Is there an example of how I can implement the functionality of https://api.refinitiv.com/discovery/search/v1/lookup using the Python module (e.g., import refinitiv.data as rdp)?

Best Answer

Answers

  • Hello @block101

    While my colleague already gave you a clear answer, please note that you can also generate the source code from the RDP API Playground page in the "Code" tab as follows:

    code.png

    The code can be generated in core Python, Java, cURL, and much more, but not with the Data Library - Python edition.