-
I want to get the Refinitiv News through an API into my models
Case -15019929 Query -I want to connect to the API, NEWS SERVICE REFINITIV DATA PLATFORM But I need API Key and Secret, I want to get the Refinitiv News through an API into my models, what's the best way of doing that ? using Eikon API or one of the Refinitiv data Libraries? Can you also send me instructions on how to,…
-
Trying to extract a few Balance Sheets. If I automate this using CodeBook?
I'm trying to extract a few Balance Sheets. I was wondering if i automate this using CodeBook? I saw that I can download them individually, but is there a way to download them all at once ? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'JPM', 'BAC', 'C', 'WFC', 'GS', 'MS' ], fields =…
-
RWF data via HMDS WebSocket API
Hi Team, Currently in the WebSocket API documentation, the protocol mentioned is only tr_json2. Is there any possibility to use RWF via HMDS WebSockets? This will ensure a better transport rate and maybe also a lower load on the backend ADSs. Thank you, Rares
-
How do I connect the kernel on codebook (found in Workspace)? The kernel doesn't connect.
-
Matching of Perm IDs
Regarding the matching, I wanted to confirm why there are records such as https://permid.org/1-5086653966 for a company like Experian, when this appears to be the correct PermID: https://permid.org/1-4295894507. I had this match when I entered a different office location (London instead of Nottingham), so I would just like…
-
API Question : [SEQ-subscription-create-request]: Create subscription
Hi everyone. Just a question. I got the Notifications call working with no issues. But I have a question about retrieval of subscriptions if you don't have the subscription id. So, an error occurred, and the subscription id is not logged (after the creation). All the Notification API calls require subscription id to work.…
-
What's the Add-in API for workspace to refresh the sheet?
What's the Add-in API for workspace to refresh the sheet?
-
Fewer Observations when downloading data again
Hello everyone, I am a PhD student and I've been using Refinitiv to download firm-level data for my research. I'm currently facing a problem. I downloaded my main dataset around September 2024. In March 2025, I needed to add another variable, so I re-run the same script to download the data through the Python API. The…
-
Phyton formula to get data for future contracts both active and expired. ie ESU25, ESU24^2
I am attempting to do that I hope you can provide guidance on. This will all be done using Python, which it is good to go. As an example, we can focus on the S&P E-mini (ES). 1) Is there a way to get all contracts for a future instrument? For example, expired, active, and future contracts. 2) Once we get the contracts, is…
-
What data item this would refer to so I could grab this data for my Python code using the CODEBOOK
Hi team, raising the case on behalf of client. ** REMOVED ** Query : I was wondering if you could help me find a data item to use with CODEBK? From our Dashboard we have a chart which shows for a portfolio the "% Change - Top/Bottom 10 Securities" which shows the current daily % change or as of last close I believe. I was…
-
What time does IBES estimates data update in GUI or API?
What time does IBES estimates data update in GUI or API? We have already checked with Content and Product helpdesk, but have been routed to you since its API. Kindly help.
-
Scheduled price extraction for currencies
Trying to extract scheduled price data for CNH and CNY identifiers , i was able to successfully extract EOD pricing for these identifiers but facing error when trying to extract the prices at specific time of day, please find below the API query details along with URL and error message Code from ayx import Alteryx import…
-
Possibility of directly integrating to the LSEG Data Platform without Workspace
Just wanted to inquire about the possibility of directly integrating to the LSEG Data Platform without using the desktop Workspace. Could you please confirm if there's a way to directly access the LSEG Data Platform? Any subscription needed? Thanks!
-
Getting error for TR.IndexJLConstituentRIC data item
Over the weekend, the outputs to TR.IndexJLConstituentRIC are no longer accessible and produce an LDError, such as "LDError: Unable to collect data for the field 'TR.INDEXJLCONSTITUENTRIC.CHANGE' and some specific identifier(s)." Please have this looked into at the earliest and provide an update.
-
Getting ISIN Numbers
Hello everyone, Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?