-
ERRATIC Behaviour of lseg.data API
I ran the same lines of code in Jupyter and Sublime Text, both using the same venv and python interpreter (so there is no reason for differences in their behaviour) On Sublime text and sometimes in Jupyter as well, the price field data download is erratic. Sometimes it will download ALL the price fields I have requested,…
-
Shares Outstanding does not give back any values
Dear LSEG Community, Iam looking to get a timeseries of shares oustanding of all S&P500 companies. data = ld.get_history( universe=RICS, fields="TR.TOTALNUMBEROFSHARESOUTSTANDING", start="2010-01-01", end="2024-01-01", interval="yearly" ) RICS is defined as all Tickers from the S&P500. While the code works perfectly fine…
-
Can not use environmental API
I'm using a Delayed RIC license. My sales reps suggested that I ask about this problem here. I cannot use the API Playground. The error message says, "You are not permissioned to execute this method." https://api.refinitiv.com/data/environmental-social-governance/v2/universe And also I can not use vis pthon.…
-
ETF/Lipper Fund data in Jupyter
The issue with pulling ETF/Lipper Fund data Below code is ran in codebook. The only difference between the two cells is one uses delayed tickers: Notice the missing data points in NAV, Total Net Assets, and Net Asset Value that are consistent across both cells CF_LAST and CF_CURR seem to swap missing output when using…
-
Unable to Retrieve Volume Data
Using lseg.data python API, i am able to retrieve OHLC prices for this symbol TFMBMc1 but unable to retrieve any Volume data? There should be volume data based on the chart My code below: get ohlc dataohlc_data = ld.get_history( universe=["NGLNMc1"], # Replace with your desired symbol # universe=["TFMBMc1", "TFMBSc1",…
-
What is the longest history data for 1min frequency I can get using get_history()
Hello friends, I'm using the python code below to retrieve 1min historical data, and got error. data1 =ld.get_history( universe=["EUR=","JPY=","AUD=","CAD=","GBP=","CHF=","NZD="], fields=["BID", "ASK","MID_PRICE"], interval="1min", start="2020-01-01", end="2025-01-01" ) I guess it is because the time period is beyond the…
-
I am receiving an error on things not found?
Screenshot of what is not being found attached.
-
refinitiv.data.eikon warning
Hi, I am in the process of migrating to Workspace, and currently using the python library eikon (import eikon). I read here: that it's possible to keep using the same syntax and fields of eikon even in Workspace through the other library refinitiv.data (import refinitiv.data.eikon). Indeed, this currently works. However,…
-
Data API C# - Streams stop working
Hello, I am having issues where the streams are freezing (no more data comes in) and then my program has excessive memory usage. When I take a heap shot, all of the memory are used by json objects which look to be refinitiv data objects. It's definitely not my application part holding onto memory. I paused a debug session…
-
Where can I get the new API library in LSEG Worksspace
Hi, we are using in our internal .NET application the EikonDesktopDataAPI.dll from Refinitiv Eikon v4.0.58. Because of disappearing of Eikon on the end of June 2025 we want to use LSEG Workspace v1.24.159. Where we can get the library with API functions which replace EikonDesktopDataAPI.dll by Eikon?