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)?
Hi @block101
You can refer to the Symbology example within GitHub. It uses the underlying lookup endpoint. You can also refer to the Endpoint example where you can apply any API endpoint, such as the lookup endpoint, to pull down results.
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:
The code can be generated in core Python, Java, cURL, and much more, but not with the Data Library - Python edition.