I would like to get data information of an instrument by using the lseg.data python library
- I tried to use the library
lseg.data.content.symbol_conversion
, but it seemed that I don't have access to a scope to use this endpoint (trapi.search.lookup.read
) - So I tried to requested directly by using the endpoint, through
lseg.data.delivery.endpoint_request
, by using the documentation here, https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/edb017dcc81caa605627557bc0116b81af4c75ed/Tutorials/3.Delivery/3.2-Endpoint/TUT_3.2.01-EndPoint-Overview.ipynb.
I found this endpoint, https://api.refinitiv.com/data/symbology/beta1/convert
, in the catalog here, https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2RhdGEvc3ltYm9sb2d5L2JldGEx/L2NvbnZlcnQ=/GET/PLAYGROUND, which seems to need the scope trapi.data.symbology.read
, which is available with my account, but it still not working.
Can you help me with that, please?
Thanks a lot