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…
Hi I am trying to get a list of all equities in the US - primary listings only - and excluding OTC stocks. Below is what I have now: DB4 = rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10,…
Hello, I am trying to retrieve the Value Chain (VCHAIN) data via the latest Python API (refinitiv-data). However, even the most basic Supply Chain fields fail with entitlement errors. Here is the exact request I am making: import refinitiv.data as rd rd.open_session() fields = [ "TR.SCRelationship",…
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…
I am trying to pull level 1 (quotes and trades) for commodity futures contracts using the historical pricing API. I am noticing there is a large amount of latency when pulling the data using the query below, I have been trying to extract the dataframe out of the response but I am still waiting (it has been over 10min). Is…
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…
It looks like you're new here. Sign in or register to get started.