你好,根据路透官网提供的方法: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个小时,这个问题能帮忙解决一下吗?
Hi all, I'm currently working with the lseg-data Python SDK (v2.1.1) in a local refinitv Anaconda environment using a Desktop Workspace session. My objective is to extract a full and accurate list of a company’s subsidiaries, along with relevant identifiers and relationship types. I attempted to retrieve related…
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.
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…
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?
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…
I'm using the following to convert from ISIN to RIC: ld.open_session() response = symbol_conversion.Definition(symbols = ['TH8319010Z06'], from_symbol_type = symbol_conversion.SymbolTypes.ISIN, to_symbol_types = symbol_conversion.SymbolTypes.RIC, asset_class = symbol_conversion.AssetClass.EQUITIES, ).get_data() eikon_map =…
I'm curious why there is a discrepancy here in the data obtained through ld.get_data() compared to the Excel add-in. The TRADE_DATE through the Refinitiv Data API is telling me 2025-05-02 for MR50 SPOT and MI3.5 Spot whereas the Excel Addon is telling me 2025-05-01
Attaching two files here for reference. Is there any reason why retrieving fuel futures sometimes works and sometimes does not? Please reference my log files for the same code executed twice.
It looks like you're new here. Sign in or register to get started.