-
lseg.data python library
I would like to get data information of an instrument by using the lseg.data python library I tried to use the library lseg.data.content.symbol_conversion, but it seemed that I don't have access to a scope to use this endpoint (trapi.search.lookup.read) So I tried to requested directly by using the endpoint,…
-
RDError: Error code -1
<refinitiv.data.session.Definition object at 0x7f4339b689d0 {name='codebook'}> Here we are using the LSEG Data Library version 1.6.1 'SCREEN(U(IN(Equity(primary,public,active))),TR.F.PriceToBookValuePerShr(Period=FY0)<1,IN(TR.ExchangeCountryCode,JP, US, FR, CA, GB, DE, IT, TW, CH),CURN=USD)' RDError: Error code -1 I've…
-
Not able to close the Price Feed from stream.close function
Hi , Im using the Lseg Data Library ( ld.content.pricing.Definition ) for fetching the Price feed . When closing the stream using stream.close() statement ….i even put a pause of 5 seconds before calling stream.close ….the feed is not getting closed ..and getting following error in console : Traceback (most recent call…
-
Please find the below question from client where client has all delayed permission.
I'm trying to pull data for the following tickers: FACTOR_LIST = ['<.NSEI>', '<.NISM250>', '<.NV20>', '<.NIFMOM>', '<OIL>'] But I only get results for the first 2. This is my code: def get_lseg_data(self, factor_or_model_or_bench: str): """ Pulls all portfolio market data from server. Use 'ticker' or 'factor' or…
-
Not able to close Lseg Price Feed ..getting error
Hi , Im using Lseg Library function ( ld.content.pricing.Definition ) for getting price feed …When closing the stream using stream.close() statement ….i even put a pause of 5 seconds before calling stream.close ….the feed is not getting closed ..and getting following error in console : Traceback (most recent call…
-
Getting Errors - 'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected
Hi All , Im running Eikon Api codes in which I'm continuously streaming prices ….i have been running these codes for a very long time ..but for past few days im repeatedly getting below errors: Received status message: {'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected.'} now i run long…
-
你好,根据路透官网提供的方法:利用refinitiv.data 获取的数据比利用excel插件获取数据慢2个小时~3个小时,有解决办法吗?
你好,根据路透官网提供的方法:https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start#getting-started-with-python 利用refinitiv.data 获取的数据比利用excel插件获取数据慢2个小时~3个小时,这个问题能帮忙解决一下吗?
-
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back
-
Using workspace messenger how to extract some chains of characters from the chat with python.
Using workspace messenger how to extract some chains of characters directly from the chat with python.
-
HTTP request failed: Invalid port: 'None'
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back office programs to a new laptop that is set up with Workspace. When trying to connect using an ek_get_data query in a python program run out of a linux shell (WSL) I received an error that says: HTTP request failed: Invalid…
-
Python API to retrieve historical data of economic events
I am using the python api to retrieve historical data of Economic Events using the get_history() method but i cant find the fields which it will take to retrieve different columns such as Prior , Actual , Revised etc.. Any reference material will be very helpful.
-
Error retrieving historical data from Refinitiv Workspace: timed out
This is question about the historical_pricing endpoint using Refinitiv Workspace. I am making this call through the Python library refinitiv.data.content and using the historical_pricing object. response = historical_pricing.events.Definition(universe=tickers,start=start_datetime,end=end_datetime).get_data() When I pass…
-
Tickers vs. RIC
Hello, I am using Tickers as you can see below but they are not matching with the RIC code. How I can get the data from LSEG with my Tickers?
-
Streaming live data from the RIC USDSROIS=I would like to know if it's possible to achieve using API
Hi, I am interested in streaming live data from the RIC USDSROIS= during NY trading hours, as we are based in Canada. I would like to know if it's possible to achieve this using the API method. Currently, I am using the following method, but I am open to suggestions for improvement. Here is the current request: {…
-
How to use rdp.session.platform.Definition with RDP Password in refinitiv-data v1.6.2?
Hi Refinitiv Developer Community, I'm trying to authenticate to the Refinitiv Data Platform using the refinitiv-data Python library, specifically version 1.6.2. My environment is Python 3.12 running on Ubuntu. My goal is to establish a platform session using my RDP credentials (App Key, RDP Username [which is a Machine ID…