question

Upvotes
Accepted
1 0 0 0

1ST TIME USER SETTING UP DEPLOYED_PLATFORM_HOST/USERNAME

Hi all, greetings. I am first time user.


I am going to try the example codes (https://github.com/LSEG-API-Samples/Example.RDPLibrary.Python). It requires setting up certain fields for credentials(https://github.com/LSEG-API-Samples/Example.RDPLibrary.Python/blob/master/credentials.ipynb).

I think the first 3 is just the API Key, my email login and my LSEG Workspace password. But the next 2 fields (DEPLOYED_PLATFORM_HOST and DEPLOYED_PLATFORM_USER_NAME) are new to me. What should I set for these 2? thank you !


APP_KEY = 'YOUR_APP_KEY'

RDP_LOGIN = 'YOUR_REFINITIV_DATA_PLATFORM_LOGIN'

RDP_PASSWORD = 'YOUR_REFINITIV_DATA_PLATFORM_PASSWORD'

DEPLOYED_PLATFORM_HOST = 'THE_IP_OF_YOUR_DEPLOYED_PLATFORM' # a.k.a ADS or TREP

DEPLOYED_PLATFORM_USER_NAME = 'YOUR_USER_NAME_ON_YOUR_DEPLOYED_PLATFORM' # a.k.a DACS user name

#technologypython apirdp
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
85k 289 53 77

@shuyuan.wang

Thank you for reaching out to us.

I suggest using the LSEG Data Library for Python instead. Please check the QuickStart for the Access Points that you are using. For example, if you are using the Desktop - Eikon or LSEG Workspace, the app key is only required.

The examples are also available on GitHub.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.