I am attempting to upgrade to V2 authentication. I assume the python library () will do this for me. This library demands a configuration file like (https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/lseg-data-examples/Configuration/lseg-data.config.json), and I am still in he process of getting that to…
I am trying to receive time stamps (more granular than daily) using get_history. I know there are different intervals that I can select, and I can return time stamps with certain items. I am curious if there is a way to identify which fields can be retrieved for time stamps using get_history. I understand get_data function…
I cannot get the attached RIC/Field values using the LSEG Data Library for .NET. I would appreciate it if you could investigate. ※The libraries we are using are below. ・LSEG.Data ・LSEG.Data.Content ※I was able to get it when I was using the following library for Eikon. However, I can't get it with LSEG.Data.…
I am trying to snapshot data /snap data with the following function. def getRefinitiv_SNAP(x): snap = None try: snap = rd.get_history(universe=[x['ricCode']], interval = 'tick',start=x['datetimeSentGMT_str'], count = 1) except rd.errors.RDError as e: print(e) return snap The problem with rd.get_history is that it only…
Is there any example?
We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client. I assume we should be using the library here ; it shows some examples. Are there a working versions of these examples? Stepping through the library…
Please advise how to fix. The steps are as below. [Steps ] 1.Install and login “Workspace for Windows” https://www.lseg.com/en/data-analytics/products/workspace/download-workspace 2.Create App Key…
Hello, I'm currently using the .Net Library and having been using the IDN_RDFNTS_CF streaming service with a desktop session connection. I've been trying to use implement a platform session connection but the streaming service IDN_RDFNTS_CF returns this error in the stream responses: Why am I getting this error? From my…
Client has a list of companies and one of which is 2382.HK. He wants to get the quarterly data but this specific RIC has no quarterly data. Now, client wants to know how he can write it to get the quarterly and semi annual data in 1 request? Product is API/Codebook. Thank you!
I am attempting to generate an app_key for the purpose stated in the name of this question and have so far been unsuccessful. When I try to run the Eikon application I get this error message: REFINITIV EIKON Desktop 4.0.65 (build 4.0.65101) Error description: Configuration Download Error The application failed to download…
It looks like you're new here. Sign in or register to get started.