Raising a question on behalf of a client I'm trying to use LSEG Data API for Python to pull historical options data for ICE Brent Crude (e.g. the chain: 0#LCO+). I know how to construct expired option RICs e.g. LCO7000A5^A25, LCO7000A4^A24. I generate an extensive list of potential RICs that have expired, with strikes from…
Hi everyone, I am currently finalizing the architecture for a 10-year quantitative equity options backtest using the Refinitiv Data API (refinitiv.data in Python). To complete our data pipeline, we need to extract a specific set of point-in-time historical options analytics for a custom universe of US equities.…
I would like to find the constituents of an option chain for a specific date. For instance, I am working woth 0#MAL+ option chain but I am only able to get the current constituents using the following request: response = ld.get_data(universe = '0#MAL+', fields = 'DSPLY_NAME', parameters = {'SDate':'2005-01-01'}) The SDate…
One of our users needs value chain customer data for approximately 538 listed companies. In the Workspace interface, she can easily view this data for individual companies via the VCHAINS app and export it to Excel. However, manually exporting data for all 538 companies one by one is not practical. She tried to retrieve…
We want to use AI tools to automatically download some data from Workspace, but it seems that this requires API support and other things. This is what AI tell us. 连接成功 - 端口9000开放,这是 Refinitiv Workspace API Proxy ❌ 端点未找到 - 所有尝试的API端点都返回404 当前情况: 路透终端API代理正在运行 基础连接正常 但需要正确的API端点路径和认证方式 Translation: Connection successful -…
Is there any way to automate the procedure in Excel, or are there other workarounds? Due to the large sample size, manual exporting into Excel for each company isn't feasible. Will the historical data via Python be supported in the future?
Hi All, is there any way to retrieve Dividend Event ID with eikon API (Python) or any uniquie ID for Dividends? In screen i see attached picture. Thanks a lot!
The client needs assistance in accessing and setting up API for his environment
With Excel I got the following way for an example RIC which works: RDP.Data("WSE.O";"TR.ISIN";"Frq=D SDate=2024-01-01 EDate=1D CH=Fd RH=IN,date") But when trying to transform the formula to a Python program I get an error "Error code 221 | The access to field(s) denied. Requested universes: ['JE00BQKY0816']. Requested…
It looks like you're new here. Sign in or register to get started.