Im trying like this, but it is not working: ticker_list = list(tickerStrings) # Your ticker list max_items = 100 results = [] for i in range(0, len(ticker_list), max_items): try: chunk = ticker_list[i:i + max_items] df_chunk = ld.content.pricing.Definition( chunk, fields=['CF_LAST', 'CF_CLOSE'] ).get_data().data.df…
Hi, Recently, I received information on my account: In my own C# program, I am using the Refinitiv Data Library for .NET. My question is: Will this library still work after July 1, 2025? Do I need to change anything in my program, e.g., use another library or obtain the app key from a different source?
I received this response recently from the RDP token endpoint. On the previous similar questions the response was that it must be connected to the expiry of the refresh token, but in this case we are not using the refresh token, but we request a new token every time the old one expires. Could you please explain what can…
I currently use Reuters Eikon and the desktop session to import price data via Python. As I switch to LESG Workspace, can I use the Platform session instead? Is this included a standard in my license?
I have downloaded the US Crude Oil Futures data (#RIC CLK25) on a monthly basis, and this file corresponds to April 2025. However, the data is only available up to 22-Apr-2025, whereas it should be available through 30-Apr-2025. This seems incorrect — could you please help investigate and clarify the issue?
From Your documentation AdfinX Analytics | Devportal, we can see these below dlls are available But in our installation we can’t find those dlls. (below screenshot) We need help why it’s not available in our installation. Is there any optional parameter what you need to check when Installing workspace?
I have only two packages that is required I dont need all the list under the specific bucket. https://api.refinitiv.com/file-store/v1/file-sets?bucket={bucketname} For the above endpoint do we have PackageId as a parameter so that the results will be specific. Please let me know if you have other endpoint to match my…
hi there. where do i get the client_secret for an app i created? i can not seem to log into https://developers.lseg.com and i am developing a project using pycharm that will pull data from refinitive, i can pass the authemtication , but i need the client secret i think
Trying to hit the below endpoint to get the file: https://api.refinitiv.com/file-store/v1/files/4faa-af95-1b506523-abe4-3a482c94dd5f/stream?doNotRedirect=true as a response I got { "error": { "id": "4c7e3993-1980-4d7d-8806-cf7b7b1f9580", "code": "EDS.CFS.MissingClaim", "status": 403, "message": "Access denied: Insufficient…
How to edit the syntax so that it will reference an Excel file containing up to 250 RICs? How to edit the syntax so that it will display the financial period in the columns (e.g. FY2018Q1, FQ2018Q2, and so on). Tried adding 'CH': 'Fd,Fperiod' but it did not work. This is what I am currently working on: import…
It looks like you're new here. Sign in or register to get started.