-
Would appreciate an explanation for it?
I am trying to pass a request for a ticker symbol, that is valid. Still it always throws an error with message of Investor Full Name. Any idea what is about? I can relate it to having investor names empty and so on.
-
problems with get_data() and get_timeseries()
I am trying to get historical prices data of a germany government bond with the get_timeseries() method but I am not able to get the prices. I can only get CLOSE, OPEN, etc. The values of these fields are between -1 and 1, and the bond prices quote around 100 (so nothing about prices). Is there any posibility to get these…
-
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
-
Backend Error.400 Bad request
Please fix this
-
How to generate app_key and authenticate a platform session in the LSEG Data Library for Python
I am attempting to generate an app_key for the purpose stated in the name of this question and have so far been unsuccessful. When I try to run the Eikon application I get this error message: REFINITIV EIKON Desktop 4.0.65 (build 4.0.65101) Error description: Configuration Download Error The application failed to download…
-
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name...
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name in hand?
-
How to obtain fiscal quarter period name, earnings release as well as period start and end dates
I am looking to obtain the fiscal period name, start and end date as well as earnings release date for a set of tickers. I can obtain the earnings release date and period end date using the code below, but I am unsure how to get the actual fiscal quarter/period (i.e. FY19 Q1)…
-
Getting Module Error
How to fix this issue
-
The way to get news with the query it shows
Hi, I followed Eikon Python api, but it gave me different data. please help me. I would like to get these news, so i put that query in my python code, but it gives me the latest news, not what i wanted. Here is what i did: and Here is what it provided. please let me know, what is wrong..
-
Mining business development research
I am starting to conduct some mining business development research. Is using the excel add-in the most efficient tool for this? Is there a page or link where I can find some further information on how to make this research as efficient as possible? I essentially want a workbook breaking down the mining operations in…
-
Swagger documentation for the Eikon API
is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
-
Getting a "ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by t...
...he remote host" error while using the dataplatform API in python. While running the get_timeseries function in a loop, i get this error in every subsequent call.
-
How to dissect and show US Municipal Bonds' CUSIP in API?
import refinitiv.data as rd rd.open_session() response = rd.discovery.search( view=rd.discovery.Views.MUNICIPAL_INSTRUMENTS, filter = "(IsActive eq true and SearchAllCategoryv2 eq 'US Municipal Bonds')", top = 10000, select = "CUSIP" ) print(response) Tried this but it is reaching the limit, client wants to see the next…
-
Is Eikon API down?
<module> df_chain1 = ek.get_data(chain_id, fields=field2, parameters={"SDate":date_end2, "EDate":date_start2, "Frq":"D"}) "C:\Program Files\Anaconda3\lib\site-packages\eikon\data_grid.py", line 141, in get_data result = eikon.json_requests.send_json_request(DataGrid_UDF_endpoint, payload, debug=debug) File "C:\Program…
-
Difference between Eikon and DSWS - Target Mean price
Hi, I've just noticed that for BHP and RIO, the Target Mean Price returned by both DSWS and Eikon are vastly different. Other stocks we've checked are the same. (Eikon - TR.PriceTargetMean, DSWS - PTMN). Screenshot with yellow shows the data returned by Eikon. Why is there such a big difference?