Client is facing the issue in running the Report client has access for the RIC .FTAS

from datetime import datetime as dt
import pandas as pd
import eikon as ek
app_key='c5468339768f4efd92d04b15e44ae3b62dab8f22'
ek.set_app_key(app_key)
index_code='.FTAS'
initial_date = pd.Timestamp(2025,7,18)
fields = ['TR.IndexJLConstituentChangeDate', 'TR.IndexJLConstituentRIC.change', 'TR.IndexJLConstituentRIC']
parameters = {'SDate': '0D', 'EDate': dt.strftime(pd.Timestamp(initial_date),'%d-%b-%Y'), 'IC': 'B'}
lj, err = ek.get_data(index_code, fields, parameters)
Answers
-
Gurpreet,
The user is using the below script and the fields are available in DIB. Also the User is trying to pull the Historical constituents for .FTAS
import refinitiv.data as rd
from datetime import datetime as dt
import pandas as pdrd.open_session()
universe = ['0#.FTAS']
initial_date = pd.Timestamp(2025,7,23)
fields = ['TR.IndexJLConstituentChangeDate', 'TR.IndexJLConstituentRIC.change', 'TR.IndexJLConstituentRIC']
parameters = {'SDate': '0D', 'EDate': dt.strftime(pd.Timestamp(initial_date),'%d-%b-%Y'), 'IC': 'B'}df = rd.get_data(universe, fields, parameters)
print(df)
Even I tried to rebuilt it but getting the same Error asrefinitiv.data._errors.RDError: Error code -1 | Unable to resolve all requested identifiers in ['0#.FTAS'].
Secondly , Also wanted to know is the below Alert something related to the above concern.
SERVICE ALERTS FOR INFORMATION PRODUCTS ALERT52Constituent & Weightings Data ALERT STATUS = Confirmed
Checkpoints (All Times are GMT)
Outage Start: 10:00 22 Jul 2025
First Reported: 14:10 22 Jul 2025 Last Updated: 16:50 23 Jul 2025
Next Update: 18:00 24 Jul 2025 Estimated Resolution: Not Yet AvailableDetails
Update 3 at 16:50 GMT on 23-Jul-25: LSEG continues to work to resolve the issue.
The next update will be at 18:00 GMT on 24-Jul-25.Incident Summary:
Leavers and Joiners data View for Some of the Indices are delayed in Workspace.Real time Index Chains are unaffected.
This is due to an issue at LSEG.
Example RICs: <.FTSE>, <.FTITLMS>, <.GSPTSE>, <.SSMI>
Products affected: Workspace
0 -
Huma,
I don't see any data for the fields - 'TR.IndexJLConstituentChangeDate', 'TR.IndexJLConstituentRIC.change', 'TR.IndexJLConstituentRIC' in the Data Item Browser - neither for index, nor for the chain RIC. For content clarifications, please raise a ticket at LSEG MyAccount. We can only help with technical API related issues.
0 -
Please contact the helpdesk to request the working @RDP .Data Excel formula. Once you have it, kindly share it with us so we can convert it into Python code.
0 -
@Jirapongse Please find the below RDP Excel formula.
=@RDP .Data(".FTAS","TR.IndexJLConstituentChangeDate;TR.IndexJLConstituentRIC","CH=Fd RH=IN")
0 -
Thank you so much.
The Python code looks like this:
ld.get_data( universe = ['.FTAS'], fields = ['TR.IndexJLConstituentChangeDate','TR.IndexJLConstituentRIC'])
I am using the get_data method in the LSEG Data Library for Python.
0 -
Thanks for Providing an update.
Can you please create an Python script for the below formula.
=@RDP .Data(".FTAS","TR.IndexJLConstituentChangeDate;TR.IndexJLConstituentRIC;TR.IndexJLConstituentituentChange","SDate=2025-07-25 EDate=2000-01-01 CH=Fd RH=IN")0 -
The Python code is:
ld.get_data( universe = ['.FTAS'], fields = ['TR.IndexJLConstituentChangeDate','TR.IndexJLConstituentRIC','TR.IndexJLConstituentituentChange'], parameters = { 'SDate':'2025-07-05', 'EDate':'2000-01-01' })
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 37 Alpha
- 167 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 704 Datastream
- 1.5K DSS
- 633 Eikon COM
- 5.2K Eikon Data APIs
- 14 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 6 Trading API
- 2.9K Elektron
- 1.5K EMA
- 257 ETA
- 566 WebSocket API
- 40 FX Venues
- 16 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 283 Open PermID
- 47 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 24 RDMS
- 2.1K Refinitiv Data Platform
- 845 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 122 Open DACS
- 1.1K RFA
- 107 UPA
- 196 TREP Infrastructure
- 232 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 101 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛