I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
When retrieving historical index constituents of the index SP500, there is only delivery of today's SP500 constituents irrespective of the date being enter as parameter, e.g. Google become SP constituent in 2006 but it is show as SP stock in previous years. This is misleading. Getting historical constituents is required to…
Hello Support Team, I'm retrieving quarterly fundamental data for XOM.N using the dl.get_data() function, and I've noticed a discrepancy in the data quality between the API output and Refinitiv Workspace. Specifically, for the field TR.F.CrudeOilProdPerDayAvgTot, my Python output contains numerical values (or zeros) for…
I am using Pycharm IDE to finish my project. I wonder how to use lseg.data(or other LSEG's packages) to get US ADP employment data (monthly). Could you show me the detailed process, I am new to LSEG, and not familiar to using it. Thanks a lot!
like "ld.get_data"
Hi Team, would you know if we can extract all of the ESG related data items in python API? See screenshot attached. We are looking for some guidance which works similarly like the DIB app in LSEG Workspace. As you can see, in the DIB app, user can use the Content Classification filter to display all of the related data…
Query: API Code is working but not with .N225 index Client's code: import lseg.data as ld # pip install lseg.data # pip install DatastreamPy from lseg.data.content import fundamental_and_reference ld.open_session() # import refinitiv.data as rd # pip install refinitiv-data import pandas as pd from tqdm import tqdm import…
Gppd morning I am following this thread Find historical option price for given ticker, date and strike price closest trading price? - LSEG Developer Community but I am failing to retrieve weekly SPX options. As an example I am interested to retrieve the price of the option expired friday 14 Novemebr 2025 with strike 6735,…
py:514:UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. Response 503 on handshake url http://localhost:9000/api/handshake : Error…
Can someone tell me why get_history function does not work for some fields in a stable manner? It returns data when it feels like it. It does not return data even when they exist in the database. What am I doing wrong? df = rd.get_history(universe=["QNBK.QA", "IQCD.QA", "QIBK.QA", "ORDS.QA", "ERES.QA", "QGTS.QA",…
It looks like you're new here. Sign in or register to get started.