Welcome to the LSEG Developer Community
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…
how to get the python script for this formula which gets the Mid Yield as of 7PM Paris Time. Please use sample RIC: FR0014005SE7= if needed This is the formula we have for excel. =@RDP.HistoricalPricing("FR0014005SE7=","MID_YLD_1","END:26-May-2026:19:00 TIMEZONE:PAR NBROWS:1 INTERVAL:PT1M SOURCE:RFV",,"RH:Timestamp")
I was downloading market cap information across countries using the line below: TR.F.MktCap(SDate=0,EDate=-25,Period=FY2025,Frq=FY) However, some RICs provide repeated information and too many rows. The above linenormally provides 26 rows as per 26 years, however for 'SIG.AX' for example, it returns 50 rows with half of…
It looks like you're new here. Sign in or register to get started.