Is there a way to plot cross asset instruments e.g. USDSROIS1M=, USD1MFSR= and US1MT=RR in a single chart in Codebook?
Hi, I am looking for historical data (bid and ask price) regarding bonds. I can retrieve the data when i use yearly, monthly and daily frequency. However, when I am trying to reload data per minute or 30 minutes i get the output of N/A. Here is an example of the code i use : import datetime import eikon as ek ## Set the…
Hi, This is the code that used to work well, has there been any recent changes? Errno 10061 pops up as follows, Can anyone advise what to do to fix it?
hello,everyone,i have some problem need to help. everyday,we will use get_history to get market data,and we can get the data.but today,we use the same request to get the data,we get the empty result. but we find another problem, when we invoke "get data" function,we will get "too many requests,please try later",As shown in…
hello, if i query the corporate event calendar, what time zone can i expect the values will be? pseudocode of my call is like this: ek.get_data( instruments=instruments, fields=[ 'TR.EventStartDate', 'TR.EventType', 'TR.EventTitle', 'TR.EventStatus', 'TR.EventCountry', 'TR.EventLastUpdate', 'TR.EventStartTime',…
What's the Eikon formula (TR.) to get Bloomber ticker/id and address of any fund?
Hey, I am using the eikon library in python. I have generated API keys. The problem I am facing that after a few runs, I get the error: Error code 403 | Client Error: {"ErrorCode":1401,"ErrorMessage":"Application id ... is invalid"} As soon as I generate another one and use that, it works. Is there a sort of run/time limit…
How can i export average cost of portfolio using python. I cannot get the required field
...fund? I'm not be able to find the "TR." formula to get historical AUM, performance fee, bloomberg ticker, UCITS status and countries of sale of a fund.
I am using Eikon API to get data of bonds. I want to know how to get the "含息价" of bond "CN230004", refer to the attachment. Which "数据项代码" I shoud use? // Eikon Python API import eikon as ek ek.set_app_key('-------------key----------------') data= ek.get_data( ['CN230004'],[数据项代码???])
It looks like you're new here. Sign in or register to get started.