I have a python script to down load news data using this function response = news.headlines.Definition(ric, date_from=start, date_to=end, count=999999).get_data() I am attempting to down load bulk data for a list of 600 RICs by passing one RIC at a time into the function above. About 20 RICS in I get the following error.…
Looking at the LSEG Data Library for Python developer site, I see that there are a few different modules in the access layer. Could you please share the documentation for each of these? Additionally, is there anyone available for a meeting, to quickly go over the technical bits of this offering?
Hi, I'm trying to pull the historic USDSROIS1M data but even after I specify the start date and interval, it only gives the latest 20 data points. Is there a way to pull historic data up to 1y range?
Code: import lseg.data as ld ld.open_session(name="platform.ldp",config_name=r"C:\Users\alekyn\PycharmProjects\lseg-data.config.json") Config File { "logs": { "level": "debug", "transports": { "console": { "enabled": false }, "file": { "enabled": false, "name": "lseg-data-lib.log" } } }, "sessions": { "default":…
I am trying to open a platform session in Python using the following guide: Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub However, it systematically fails. The code either runs indefinitely or returns a timed-out error. I…
Hi, I'm interested in retrieving historical joiners and leavers for stock exchanges. I've gone through a number of Q&As and am aware that there is functionality to obtain historical joiners and leavers for the main stock INDICES, but I wanted to know if the same exists for stock EXCHANGES. For example, the code below…
Is there a unique identifier in Eikon for each corporate action of each company, so that all registered corporate actions could be distinguished from each other?
Good morning Devportal Team, Client wants to get EST as of a historical date. e.g. day before quarterly announcement in Python Please provide sample script on how to do this for any Rics. Thank you for your advance support
Hello, how we can get the same result with Instrument Pricing Analytics Delivery Platform (IPA) as with the Excel function RDP.DateCalcPeriod? In Excel we get the result 24.06.2025: But in .NET application using IPA service we get nothing. We use the following JSON request: Do you have the technical description for…
Hello, I am trying to retrieve daily data for DE3YT=RR (and other RICs with different maturities stored in the list ric_codes) using get_history from refinitiv Python package. I am using this code: import refinitiv.data as rd for ric_code in ric_codes: response = rd.get_history(universe=ric_code, fields=['BID_YIELD',…
It looks like you're new here. Sign in or register to get started.