Best Of
-
Re: Why do I get only N/A in the following code in Python?
Hi @"susskaya.anita" , @"malashenko.i.o" and @"gabriel.g" I have copied your messages and log files to the Eikon API team. I will update once I hear from them.0 -
Re: Why do I get only N/A in the following code in Python?
I am experiencing similar issues. Snippets that worked without any problems for years keep throwing this error when calling ek.get_data: Error code 100 | Asynchronous Query library internal error. As…0 -
Re: Yesterday Ask, Bid tick history for selected RIC
Hi @"aleksandr.chernov1" , Did you try rdp.get_historical_price_events? I would suggest going with that. The code below returns the tick data for AAPL.O. df = rdp.get_historical_price_event…0 -
Re: InternalServerError: No connection could be made because the target machine actively refused it
@"m.ward" You can verify if the API Proxy is running by accessing the following URLs via a web browser. * http://127.0.0.1:9060/api/status * http://127.0.0.1:9000/ping?all The output looks …0 -
Re: Why do I get only N/A in the following code in Python?
Hi @"susskaya.anita" I have reported this issue to the Eikon Data API team for their input. I will report back once I hear from them.0 -
Re: Why do I get only N/A in the following code in Python?
@raksina.samasiri, I have the same issue starting this week and I had some research. This issue reproduces time from time and possibility depends on the amount of data. The code: for RIC_num in [10,1…0 -
Re: Why do I get only N/A in the following code in Python?
Hi @"susskaya.anita" Your XLS filename suggests you have 10K instruments in the list. If this is the case, have you tried with a smaller list of instruments in an excel file? If you have tr…0 -
Re: Get available choices values by metada fields to use as RSearch filter criteria
Hi @"anass.yazane.1" , I addition to what Zoya already suggested, you can take advantage of Navigators which groups values by showing value name and the count. Here is an example of using N…0 -
Re: Error: AttributeError Traceback (most recent call last)
Hello @"gino.cenedese", Looks like you have a version of anyio module that is not compatible. Please see this previous discussion thread, try to downgrade as discussed in the thread, let us…0 -
Re: Extracting deals won't working anymore when using "Form of the Deal" as a criterion
I am running into similar errors, where previously successful M&A queries have suddenly stopped working. Would love to hear the results of the support case.0