The most recent content from our members.
We are using Data Scope Select to import upcoming corporate actions for a list of Instruments. The current system is still using SOAP and I am now in the process of figuring out how to translate this to using the newer REST service Api in C#. In the old system we would use a call to "Define" to get a list of all…
I'm porting some tasks from the Eikon C# .NET APIs to the LSEG Data Library API (implementing in Python). For some of this data we subscribe to the US imbalance feed RICs (e.g. IBM.NOI, AAPL.ITC). I'm subscribing to, among other fields, IMB_TYPE, IMB_ACT_TP, and IMB_SIDE). These fields, in the Eikon Quote app and the…
When trying to get historical WTI spreads I cannot find appropriate RIC to use. In 2023 for some reason the RICS changed from 1 digit year to 2 digit years. When attempting to get history for a 2023-2024 spread pair all logic seems to breakdown. I used the refinitiv search: import os import requests resp =…
In Codebook, the Python commands: import refinitiv.data as dl dl.open_session() ISINs=['DE000A11QTD2'] RICs=dl.discovery.convert_symbols(ISINs).loc[:,'RIC'] produce an error when an ISIN of an expired bond (e.g. DE000A11QTD2) is specified. However, it works for not expired bonds. What can be done so that the command works…
I am using Net RFA 8 NET150, and I want to migrate this solution to a newer technology since I was told that RFA Net is becoming obsolete. What do you suggest to generate subscriptions and continue receiving real-time information? I was told that the ETA solution might be ideal.Where can I find documentation and…
I want to have VBA code where I pass an array of RICs, a time / date and I get the MID_Price.Close field back so for example - these three RICs: USDSROIS2Y= USDSROIS3Y= USDSROIS4Y=
Using the following snippet as in a former question [Is it possible to pull Exponential Moving Average data using the RD Library?](https://community.developers.refinitiv.com/discussion/112022/is-it-possible-to-pull-exponential-moving-average-data-using-the-rd-library/p1?tab=accepted) for `TSLA.O` will give an EMA endpoint…
* Removed user details * Can you please check if you can help on the below? I am writing you regarding HVMI Endpoints specially regarding that one: that stopped working today morning for all kind of users we have. Please see screenshot attached. All other endpoints are working just fine... Could you please check and fix it…
Hi, Can you tell mw where I get the client_id & client_secret so i can use the swagger on the API Playground. I have a username and password. Thx
I keep getting the following error code when trying to install lseg-data python library. I am installing this in a python virtual environment, and I have checked that I have Cython installed. How can I go about fixing this?
Hi, I am trying to understand how I can query the DSS Rest api and get back the ISIN for a bond given simply a ticker (i.e. Issuer) and a maturity year. Ex:- ticker=KMI and maturity_year = 2045. This should give me back the ISIN: US49456BAH42 Any example code would be very helpful Thanks Sumit
Raising this question on behalf of a user: Recently we migrated to Refinitiv Data Platform .Net from Eikon Data API and we are using Desktop sessions. After this migration we started seeing following issues: Receiving rate limit errors: Now Rate limit is set to 10000. Earlier there were no limit when we were using Eikon…
Using MRN EMA Samples but encounter error ErrorCode="FieldIdNotFound"OmmErrorEnd EMA MRN download via https://github.com/LSEG-API-Samples/Article.EMA.Java.MRN/tree/master
I took the necessary steps based on LSEG's article for Eikon Data API regarding configuration, etc. I tried to generate an app key after clicking 'Accept' in the Terms and Conditions pop-up, but nothing (app key) appeared. Is there a bug, maintenance issue, etc. or am I missing a step? Thanks.
It looks like you're new here. Sign in or register to get started.