Looking for someone to help put together a script to pull shipping data for clean products (gasoline, gasoline component, naphtha, Gasoline / Gasoline Component) as imports/exports out of all US PADDS.
@Scott_Rietze15
Thank you for reaching out to us.
If you are using the Workspace application, you can use the LSEG Data Library for Python to retrive data.
However, to retrieve, you need to know instruments (RICs, ISINs, etc.), fields, and parameters. For example:
The examples are available on GitHub. You can also use the Data Item Browser tool to search for fields and parameters.
Otherwise, you can contact the helpdesk team directly via MyAccount to ask for instruments, fields, and parameters.
Typically, the data retrieved from the library is similar to the data retrieved from the Eikon Excel or Workspace Excel. Therefore, you can also ask for the Excel formulas that can be used to retrieve the requried data.
Then, we can change the Excel formulas to Python code.