How to use eikon's get_data function to get revenue data between a certain sdate and edate

I tried:
import eikon as ek
new_data_df, err = ek.get_data(['AANC.BO'], ['TR.TotalRevenue'], {"Curn": "USD", "SDate": '2024-01-01', "EDate": '2024-11-22', 'Frq': 'D', "Scale":8})
But the data it returns is very strange, there are only two kinds of numbers
Answers
-
Hi @rice ,
You can add .date after the field name to see the date of each field's data, as below
import eikon as ek
new_data_df, err = ek.get_data(['AANC.BO'], ['TR.TotalRevenue.date','TR.TotalRevenue'], {"Curn": "USD", "SDate": '2024-01-01', "EDate": '2024-11-22', 'Frq': 'D', "Scale":8})Thank you for posting the question inthis forum. However, this forum is dedicated to an API usage question hence,the moderators on this forum do not have deep expertise in every type ofcontent available through our products. Such expertise is available through the Helpdesk, which can be reached via MyAccount.
Hope this helps and please let meknow in case you have any further questions.
0 -
so how to use eikon's get_data function to get revenue data between a certain sdate and edate?
I tried to ask for help in the Helpdesk, but the email reply used the refinitiv.data package. He told me that if I want to know how to use ek.get_data to get data, I need to go to the Developer Community for help.
0 -
Hi @rice ,
Is this what you're looking for?
df, err = ek.get_data(['AANC.BO'],
['TR.F.TotRevBizActiv.date','TR.F.TotRevBizActiv.periodenddate','TR.F.TotRevBizActiv'],
{'SDate':'2024-01-01', 'EDate':'2024-11-22','FRQ':'FI','Period':'FI0'})
dfThe description of the field can be found in Data Item Browser
0 -
This seems to be the summary data for the quarter. What I want is the data between any sdate and edate. Similar to the following:
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['AANC.BO'],
fields = ['TR.TotalReturn(Frq=D,SDate=2023-01-01,EDate=2023-12-31)']
)
In this way, I can add up the data for each day to get the data for a period of time.
But this uses the refinitive.data package, and I want to get the same data through the eikon package0 -
You can use the same instruments and fields with Eikon Data API. For example:
df, err = ek.get_data( ['AANC.BO'], ['TR.TotalReturn(Frq=D,SDate=2023-01-01,Edate=2023-12-31)'] ) df
0 -
Thank you for your patient answer. This can indeed get the data, but when I try to get the revenue data, the returned data seems to have some problems. There are only two values.
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
- 685 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
- 252 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
- 652 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 中文论坛