-
Support on Downloading News from News Monitor
Dear customer support team, I want to use the Refinitiv Eikon News Monitor to download most recent news for a list of companies (Input: Company Tickers), e.g. to Excel. However, I’m having problems to: * Adjust the search such that I see News that is specific to only the company I searched for. I don’t want to see News…
-
getting Datastream data using python
Dears, I want to download financial and accounting data from Datastream using python. The data includes many variables and for many years. That is what called Panel data. The question is, how can I get the variables like total assets (WC02999) and sales (WC01001) for all firms like in the FTSE350 (UK) from 2010 to 2023. I…
-
Error in Equity Options Prices Request - refinitiv.data Python
Hi, I'm trying to retrieve equity options prices using the refinitiv.data library in Python. As an example, I'm attempting to retrieve equity options prices for NASDAQ (0#NDX*.U) as of 28/06/2024. I have split the total options RICs (around 5,000 RICs) into 8 buckets of 700 RICs each. I have also added a short delay of…
-
Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.
Hello This is my first time importing eikon package in python. when I set_app_key, it returned below error. I'm now opening eikon desktop as well. can you help. 2024-11-16 22:47:35,507 P[32360] [MainThread 36816] Error: no proxy address identified.Check if Eikon Desktop or Eikon API Proxy is running.2024-11-16 22:47:35,510…
-
We are currently contributing realtime data through RCC. Is there any way to contribute or update...
... historical prices? We are currently using an EMA application to Post realtime data to RCC. Are there any FIDs that can be used to update/correct historical prices?
-
NIP data truncated by ADH cache
Hi All, I got a NIP service that sends this example 7byte number 1731027600945646903 to a field capable of RWF length of 8 which I assume means 8 bytes as well so it should fit within the range just fine. LASTUPDATE "LASTUPDATE" 20101 NULL INTEGER 15 UINT64 8 However ADH cache truncates the data stating it is to large. Any…
-
Machine ID vs Human ID
I have a Human ID ( XXX.XXX.XXX@refinitiv.com) which I am using to get a token and accessing the ASYNC endpoint <https://api.refinitiv.com/data/quantitative-analytics/v1/async-financial-contracts> The human ID has no permission to access <.DJI> but was told by order management that my machine ID(GE-A-XXXX-X-XXXX) has the…
-
set time range for daily stock price
Hi, I am using the screener from Refinitiv workspace to extract daily stock prices for a long list of companies. I want to obtain data from Feb-April 2022, but it seems like it only has the option to either select one specific date or select a range of dates before "today". Am I missing something? Or should i use other…
-
real time C++ sdk link is reporting 404 error.
Getting an error while opening real time sdk page.
-
Index constituents and related fields in refinitiv data api.
Hi Team, Could you provide the details of where we can get index constituents and related fields in Refinitiv data api? Thanks, Varun Kumar Mishra
-
Datastream codes question
Hi I have question about the Datastream codes. Are these codes recycled when a company becomes delisted, or does the code stay with a company forever? Thanks.
-
Subscription Liveness - RDP .NET
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS. Could you please share the recommended approach to monitor the following aspects: * Verifying an active subscription to ensure we continue receiving news. * Confirming that the queue is operational and live. In…
-
Data API C# - Streams stop working
Hello, I am having issues where the streams are freezing (no more data comes in) and then my program has excessive memory usage. When I take a heap shot, all of the memory are used by json objects which look to be refinitiv data objects. It's definitely not my application part holding onto memory. I paused a debug session…
-
Parameters format does not work
I am raising this on behalf of client. Why does this script/parameter format does not work? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields = ['TR.F.TotRevenue'], parameters={'ReportingState': 'Orig'}, ) Kindly note that I have given this below script (codebook) to the client…
-
API does not seem to have the necessary permissions "trapi.data.pricing.read"
I created an api that is intended to run a python script. The python script is intended to monitor the SAFEX contracts, namely the MAWz4, MAYz4, SOYz4 and WEAz4 BOB's (blended order books). Im having difficulty running the script and extracting the content because the api does not seem to have the necessary permissions.…
-
How to do do "Refresh All Workbooks" and "Pause Update" in Refinitiv Workspace Excel with VBA?
How to do do "Refresh All Workbooks" and "Pause Update" in Refinitiv Workspace Excel with VBA?
-
R code Authentication for RDP API
I have a cleint hwo is using R code to login using his machine ID. When I use Postman and Python, I am able to use the same password success fully to authenticate but when the cleint uses it on his side it gves him Invalid Username or Password error. I did get similar error initially after setting the cleint password but…
-
How to properly open a Platform session?
I am trying to open a platform session in Python using the following guide: Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub However, it systematically fails. The code either runs indefinitely or returns a timed-out error. I…
-
Swagger documentation for the Eikon API
is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
-
search.Definition - bonds
hello, are you aware of list of possible values for this field - 'select'? search.Definition object response = search.Definition( view=search.Views.FIXED_INCOME_INSTRUMENTS, select="ISIN,RIC,IssueDate,Currency,FaceIssuedTotal,CouponRate,CouponType,MaturityDate", filter=filter_str, top=10000, ).get_data() I am looking for…