I want to figure out how to: log into my LSEG account in python code, make a connection to LSEG in python code, pull a Brent futures (LCOc1) live ticker into a dataframe and display it such that it continually updates
Also - I would like to know how to post credentials in order to get things going
Hello @Tony
To get the market price real-time streaming data, you can use the https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python . There are two examples as follows:
However, the library needs Workspace as a proxy to the Workspace platform. It means the Workspace desktop application must be running on the same machine as the application.