I have setup my service id and password with my account manager and after that I downloaded this: GitHub - Refinitiv/Real-Time-SDK Now I want to get started with the Login/connection to the API, and I was told to use my service id with the password. When opening the CSharp solution in the git package, I see that step 1 is…
For some instruments such as LU1649332886, the DIB shows that the TR.NETASSETVALUE field has data, but when using a get_data request on both the Lipper RIC and the ISIN, the series isn't retrieved for either. I've experienced similar issues with other instruments. Is there a reason this is occurring? Thanks in advance
I need to get the Bid/Ask for USDSOFR= in C#. This value doesn't update often, so I don't need streaming or any such real-time updating. I just need to query once and get whatever the value is at that moment in time. Can you please let me know what the preferred way of doing this is using the C# data API?
why "USDCNY=R" code is invalid Ricode when using ek.get_timeseries method? Is unit existed when getting bulk community price by using ek.get_data(instruments='XAU=') ? if unit exists, what field represent this unit.
I would like to retrieve the historical asset swap spread from Markit iBoxx, using Python API with the ek.get_data() function. Example: considering the ISIN DE0006601099 (EUR Corp AA for duration 5-7 years), I would like to now what to put as 'fields', so that iboxx_idx, err = ek.get_data('DE0006601099', fields,…
... API? For example the ETF 'Xtrackers II ESG Global Agg Bond UCITS ETF' has the RIC XBAE.DE. I want to get the following data(especially the field highlighted in Red) from the overview tab using the Eikon Python Library:
My client is trying to do "pip install eikon" in the prompt and the error message is showing up. Please see the attached.error message.png
If I add a credit rating filter to my query in GOVSRCH, I get a nicely formatted table with a nested column containing e.g. Moody's Long-term Issuer Rating. See screenshot. If I run the same query with the API, I get several columns that look like they are related to the credit rating filter, but contain only the raw data.…
I have been trying to convert the formulae below into an Python API query: The "TR(INDIRECT(F$1)" refers to a list of government bond identifiers. When I try to get any data using this query in Python I simply fail (see below) Thank you!
I was trying to pull data with get data as first and it seems to run into server time out problem. I figure that might has been caused by the api limit. I switch to timeseries and this is what I got File, line 134, in send_json_request raise EikonError(eikon_err.code, eikon_err.message) eikon.eikonError.EikonError: Error…
It looks like you're new here. Sign in or register to get started.