Client want to have api access to these rics. Without installing anything on the local PC or something with Python scripts on the local PC. TRNLTTFD1 Gas Day Ahead Price And if possible: EPXNLIDXBAS EPXNLIDXPK EUPOWERDA 0#EPXNLDAMFIX
@Rilecs
Thank you for reaching out to us.
Which LSEG products is the client using?
If it is the LSEG Data Platform API, the client can use the REST API or LSEG Data Library for Python to retrieve data.
The client can refer to the followings:
With the LSEG Data Library for Python, you can configure the library to use the Platform session.
"sessions": { "default": "platform.ldp", "platform": { "ldp": { "app-key": "YOUR APP KEY GOES HERE!", "username": "YOUR LDP LOGIN OR MACHINE GOES HERE!", "password": "YOUR LDP PASSWORD GOES HERE!" },
To retrieve data, typically you need to know RICs and fields that can provide the required. The client can use the Data Item Browser tool to search for fields and parameters.
The best resource for content questions is the Helpdesk support team, which can be reached by submitting queries through LSEG Support. The support team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.
You need to ask for the Excel formula, such as =RDP.Data, that can be used to retrieve the required data. Then, we can help you converting that formula to Python code. Otherwise, the client can refer to this How to Convert the =@RDP.Data Excel Function into Code Using the LSEG Data Library for Python article.