-
Carbon Disclose Project data, is it available also through the codebook?
I am looking for the Carbon Disclose Project data, as illustrated here. Carbon Disclose Project data, is it available also through the codebook?
-
Accessing usage and inventory data from the on-prem PostgreSQL db
Accessing usage and inventory data from the on-prem PostgreSQL db Can we have the `public.consolidated0yyyy_mm_dd` usage-type tables populated on scheduled basis? Are those tables including ALL of the PEs used across the firm? If not, can we schedule a run for all of the PEs we’re subscribed to. What is the period covered…
-
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.
-
How to align MarketDepth with TimeAndSales?
Hi, I want to build a model to forecast the price impact of a trade with additional features of LOB, like depth imbalance. So I need a dataset kind of like the MarketDepth now but for each row, I want to know what action (trade/quote) trigger this LOB update. For example, each row should have: Trade price, Trade Size + LOB…
-
Some RICs are not opened for that specific time, but all the RICs would fail.
Hi, so i have a list of RICs that I passed to get a specific time price. However, some RICs are not opened for that specific time, but all the RICs would fail, is it possible to let it not fail but give me partial answers? If I run the list one by one, it would be too slow. I am thinking I can get trading status to…
-
How to extract news towards code structure: (Topic:ARTI AND ( Topic:CASE1 OR Topic:DISP OR Topic:CVR
How to extract news towards code structure: (Topic:ARTI AND ( Topic:CASE1 OR Topic:DISP OR Topic:CVRSY OR Topic:TRWAR OR Topic:IPROP OR Topic:FAKE1)) via Eikon API which can be downloaded.
-
How to define and use custom fields to reduce false positives
The usage of secondary fields does not reduce the matches in our case. Can we define custom fields for e.g. address data to reduce the matches?
-
How to extract company wide data
All, I am new to this data set- As part of trial , we have a daily dump of news (***.news.refinitiv.com) in a complex json structure (The file we got is RDP_STORY_T30.RTRS_CMPNY_EMEA.2024-11-05.REC.JSON) I am trying to extract the data like Data published, symbol,title and news etc. Due to complex structure and too much…
-
get data using Eikon Data APIs instead of Rhistory
I'm trying to get market data like using excel formula function(=RHistory), but I found Eikon Data APIs couldn't retrieve the same historical data as the =RHistory excel function. so I'm trying to get a few days of data("OPEN","HIGH","LOW","CLOSE","OFF_ASK") using Eikon Data APIs, but it doesn't work. I tried get_data…
-
"Error": "Failed to open OMM stream" is returned on Workspace API
Please advise how to fix. The steps are as below. [Steps ] 1.Install and login “Workspace for Windows” https://www.lseg.com/en/data-analytics/products/workspace/download-workspace 2.Create App Key…
-
[RDP Authentication Inquiry] refresh_token Not Working Properly
Hi, I am using Python to issue and use an RDP Authentication Token. However, during my testing, I found that when I send a request with grant_type='refresh_token', the same access_token and refresh_token are returned in the response as those sent in the request. As a result, even when I send a request with…
-
RIC codes for Test Purposes
Hi, I am not familiar with RTMS but have a small project we are trying to kick off internally. The data is available on our group companies application but we have no access to the back end so I am asking them to send this to RTDS but in return I am being asked for a list of RIC codes but not sure how to construct these I…
-
Using streaming service IDN_RDFNTS_CF with platform session throws error
Hello, I'm currently using the .Net Library and having been using the IDN_RDFNTS_CF streaming service with a desktop session connection. I've been trying to use implement a platform session connection but the streaming service IDN_RDFNTS_CF returns this error in the stream responses: Why am I getting this error? From my…
-
401 error
Dear API team, One of our clients is testing API and is having issues and getting 401 errors, please see below: we are using Powershell to “Invoke-WebRequest @params“. The params for one of the API calls that we are getting 401 Unauthorized errors on are below (this has been converted into json to display so it can be read…
-
API for News Headlines - date problem
Hi, I am trying to download headlines data with the ek.get_news_headlines function. Yet, I am running into the error: ValueError: Parser must be a string or character stream, not Timestamp when passing datetime values like below. Or running into "TypeError: datetime64 values must have a unit specified" when passing string…
-
How to decode the key values which is coming as part MBP.
Hi Team, Can someone help me to understand what key attribute values represent here. Action = Update, key = 3132 3a36 3032 3437 352f 32 12:602475/2 Entry data: Name: ORDER_TONE Value: 1 Name: NO_ORD Value: 23 Name: ACC_SIZE Value: 70 Name: LV_TIM_NS Value: 12:39:40:430 Name: LV_TIM_MS Value: 45580430 Name: LV_DATE Value:…
-
How to filter only normal stocks?
Hi. I am trying to search all stocks rics from an exchange, but the return many are not stocks such as in screenshot iShares Trust - iShares Core S&P 500 ETF. And many lot of rics for the same stock for CBA there are 7 rics, but only CBA.AX is the normal one, how can I filter out those during retrieve? I don't want to drop…
-
How retrieval all rics from an exchange (exceeding 10,000 rows)
I want to retrieval all rics from NYSE for example, but following code return the top+skip can never exceed 10,000. Is there any way to retrieval all rics? If any other modules work is ok as well, doesn't have to be search.definition. This is not a lot of data, can't image why set this limit.
-
Decode Login Response to understand if it is successful or not
Hello, I am unable to find examples where the login response has been decoded to check if login was successful or not. Can you help me with sample code or examples for the EMA Java SDK for the above use case?