NAs at the beginning of this query

I get a bunch of NAs at the beginning of this query rics=[SMCI.O,HRMS.PA,TREX.K, 0700.HK] data=ek.get_timeseries(rics,start_date='2017-01-01',fields='CLOSE',interval='daily') data.head()
Tried to change the formula to below but same error
rics=['GE','AAPL.O','.RUT','.MOVE','EUR=','XAU=','DE10YT=RR'] data=ek.get_timeseries(rics,fields='CLOSE',start_date='2021-01-01',end_date='2023-12-29') data.head()
Same with
import eikon as ek symbols=['US86800U1043','FR0000052292','US89531P1057','KYG875721634'] rics=ek.get_symbology(symbols,from_symbol_type='ISIN',to_symbol_type='RIC') #DataFrame rics=list(rics.RIC.values)
data=ek.get_timeseries(rics,start_date='2017-01-01',fields='CLOSE',interval='daily') data.head()
Kindly advise. Thanks.
Best Answer
-
@MarkJoseph.Canada Thanks for your question and sorry to hear about your issue. I can indeed replicate the issue with the following call
However, as a quick fix for you in the short term - you can separate them and this returns the data as it should:
rics=['GE','AAPL.O','.RUT']
data=ek.get_timeseries(rics,['CLOSE'],start_date='2021-01-01',end_date='2023-12-29')
data.head()rics=['EUR=','XAU=','DE10YT=RR']
data=ek.get_timeseries(rics,['CLOSE'],start_date='2021-01-01',end_date='2023-12-29')
data.head()rics=['.MOVE']
data=ek.get_timeseries(rics,start_date='2021-01-01',end_date='2023-12-29')
data.head()There must be an issue with the collation of different asset classes somehow. I will speak to the appropriate library team and see what is happening and get back to you. I hope this can help.
You can also use the more recent RD libraries get_history function - but as you have different assets not all of which have a closing price eg XAU= has fixing, EUR= will have regional closes APAC close, EMEA Close, US close.
Please see the following call which returns all fields for each instrument so you discover which minimum set of fields you need:
rd.get_history(universe=['GE','AAPL.O','.RUT','EUR=','XAU=','DE10YT=RR','.MOVE'], interval="1D",start = '2021-01-01', end = '2023-12-29')
I hope this can help.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 251 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 650 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
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛