Multiple download date and data via Eikon API

Hi there,
when I download via Eikon API the Earning Per Share I retrieve multiple date with same data
download_params = 'Frq=D, SDate=2013-12-31, EDate=0'
fields = ['TR.EPSMean(Period=FY1, ' + download_params + ').Date', \
'TR.EPSMean(Period=FY1, ' + download_params + ').Value']
df_output, err = ek.get_data(['IBM'],fields=fields)
Is there a way in order to download one closing date with the reference data?
I think this cause a lot wast of time when I'm trying to download the data of all the SPX costituents.
Thank you in advance,
Best
Cihan
Best Answer
-
You will have to code execute the code in chunks as requesting this much data for all SPX constituents will hit a per request limit. So, something along the lines of this:
df, e = tr.get_data(['.SPX'], ['TR.IndexConstituentRIC'])
instruments = df['Constituent RIC'].tolist()
df, e = tr.get_data(instruments[:10], ['TR.EPSMean.date', 'TR.EPSMean.value'], parameters={'Period':'FY1', 'Frq':'D', 'SDate':'2013-12-31', 'EDate':'0'})0
Answers
-
Thanks Zhenya,
You're right I must split my request.
However, what about about the multiple download of data for one?
Also in your example if run it I obtain 8 rows for same EPS with same date.
Instrument
Date
Earnings Per Share - Mean0 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
1 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
2 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
3 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
4 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
5 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
6 CHRW.OQ 2013-12-11T00:00:00Z 2.71277
7 CHRW.OQ 2013-12-11T00:00:00Z 2.712770 -
@c.aydemir
I opened a support case on your behalf for the issue with duplicate rows returned. For your reference the case number is 06837577. You will be contacted by TR Helpdesk, who will take the ownership of this issue.0 -
Thanks to TR helpdesk (Winnie) I understood why there're multiple date. Here you find the Winnie's explanation:
The reason is because
you used a time series formula (ex: sdate, edate) which gives you daily
estimate from today going back 1 year. The repeating dates and values indicate
that the estimates didn’t change during the date ranges. If you would like to
see regular dates, you can change the date syntax to “.calcdate”.And here the code:
fields = ['TR.EPSMean(Period=FY1, Frq=D, SDate=20170101, EDate=20171231).Calcdate', \
'TR.EPSMean(Period=FY1, Frq=D, SDate=20170101, EDate=20171231).Value']
ek_request, err = ek.get_data('IBM',fields=fields)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
- 687 Datastream
- 1.4K DSS
- 621 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
- 254 ETA
- 557 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
- 276 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
- 669 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
- 229 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
- 48 中文论坛