-
Retrieving Data using Datastream Codes
Hi, I am trying to retrieve data using datastream codes from Excel Add-in (workspace). But, whenever I give LSEG instructions to download the data, even if it is for one company, it shows "Retrieving" forever. What can I do to download data? Please help!
-
'NoneType' object has no attribute 'get' error for API data
Hello all, I am trying to download a list of index constituents using the eikon data API, however, i am getting a 'NoneType' object has no attribute 'get' error for this code : import eikon as ek import pandas as pd from tqdm import tqdm # Import tqdm for progress tracking Your Datastream API keyapi_key = 'kEY ' Initialize…
-
PROD_PERM and PEList
Hello, I use the Java/RefinitivSDK 3.7.0.0 in order to receive RealTime data from TREP. Once a RealTIme data is subscribed, the API notifies me through my implementation of the interface method OmmConsumerClient.onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) The RefreshMsg argument provides: the permission of…
-
How can we know which fields are available for returning time stamps using get_history?
I am trying to receive time stamps (more granular than daily) using get_history. I know there are different intervals that I can select, and I can return time stamps with certain items. I am curious if there is a way to identify which fields can be retrieved for time stamps using get_history. I understand get_data function…
-
Unable to get some RIC/Field values
I cannot get the attached RIC/Field values using the LSEG Data Library for .NET. I would appreciate it if you could investigate. ※The libraries we are using are below. ・LSEG.Data ・LSEG.Data.Content ※I was able to get it when I was using the following library for Eikon. However, I can't get it with LSEG.Data.…
-
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.
-
How can I filter only the operated instruments from a chain of a lot of instruments?
RKD API When a consume a chain of a lot of instruments (19K) I only need the ones that operate, so… I just want to know if there is a way to filter the operated instruments from the big chain through code. Thanks for the support. Regards
-
DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 1200, ActShtName DoEvents what do True
DoEvents Application.Run "WorkspaceRefreshWorksheet", True, 1200, ActShtName DoEvents what do True If we set that false, what will happen in what case?
-
error message: Error.EikonError: Error code 400 | Backend error. 400 Bad Request
Hi, I am running code that was once reliable, but now I get a backend error about half the time the code runs. ek.get_data('0#.AORD(2024-01-01)', other_fields+beneish_fields+altman_fields, {'Period': 2024}) other_fields+beneish_fields+altman_fields: ['TR.CompanyFYearEnd', 'TR.F.TotRevenue(Period=2024).periodenddate',…
-
How can I pull VIX index price data via BigQuery?
I would be particularly grateful for some sample code. Thank you!
-
Instrument Pricing Analytics - Pricing THB IRS gives only errors
I used to be able to price an IRS like this: def get_thb_legs(fixed_rate_pct:float=None, floating_spread_bps:float=None, receive_fixed:bool=True, notional_amount:float=100): fixed_dir, float_dir = ('Received', 'Paid') if receive_fixed else ('Paid', 'Received') fixed_leg = { 'legTag':'Fixed', 'direction':fixed_dir,…
-
QPS Financial Contracts API - Structured Products error message: Invalid Correlation Data.
Hello team, I keep getting the following error message while pricing structured products using QPS financial contracts API: 'Cannot price Structured Products. Invalid correlation data.' It seems that when there are more than one Equity underliers the error would be triggered. I have priced similar products with single…
-
Starting the CIAM migration process using Python
We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client. I assume we should be using the library here ; it shows some examples. Are there a working versions of these examples? Stepping through the library…
-
Obtain real-time currency pair exchange rate data through the Real Time SDK API
Hi, we need to obtain real-time currency pair exchange rate data from the foreign exchange market through the Real Time SDK API. We have some technical questions and would appreciate assistance. Thank you. 1、Using the emaj consumer \ src \ com \ refinitiv \ ema \ tutorials \ consumer \ tutorials2 example, we can only…
-
Failed to get exchange time from Market depth
Hi, the exchange time of market depth always return NaN while it works for tick history.