I am having issues pulling level 2 data into python. I have access to level 2 data (see screenshot) but my websocket connection through OMM_stream is saying the record could not be found. i am using code inspired by the LSEG Refinitiv Data Stream on Github (see this…
I am interested in knowing the USD/INR exchange rate df=ld.get_history( universe=['INR=X'], start='2025-07-01', end='2025-07-07', interval='1D' ) Since, I was not sure which field to choose, i didnt specify any to check what all is available. I got the following: headers for the above code: BID ASK BID_HIGH_1 BID_LOW_1…
Hello, I have correctly set up a configuration file and got started to lseg-data (I used to have my apps on eikon python library). I am trying to fetch sample data for apple bid and ask price. When I do it with my workspace application open and use the desktop.workspace session (default) it works and returns data. When I…
I need time-series data of news sentiment scores for a particular industry. How can I use Refinitiv Data Platform API to get it?
Through the CODEBOOK, we were able to download the FILING REPORT of the companies using Python. However, CODEBOOK no longer works now. It appears the following error AAA ID: GEDTC-904487 What can we do?
I'm needing to extract time series data to update our correlations, and I have got the invalid printing digits 500 error, can you please assist? I'm basically pulling time series data for the last 3 years - I understand that it might be a lot of data, so I will pull it less frequently, I need my API to be unblocked though.…
Hello, I would like to access upcoming sovereign credit rating review dates for certain countries (e.g., "Germany – Fitch – Review scheduled for July 11, 2025") via the Eikon Data API (refinitiv.dataplatform.eikon), if possible. Could you help me with it? Thank you for your support. Best regards,
Hi Dev.Teaam , May I request for your assistance on this Client's query please? Thank you. eikon_data_extractor.py (v4)import datetime as dt import pandas as pd import eikon as ek ---------------------------------------------------------------------1. Conexión (usa tu App Key)ek.set_app_key("") ek.set_timeout(120) Si tu…
How can I get a list of RICs/Companies that have earnings announcements as of a particular date using Eikon API / RDP API? Are there other APIs where this is available?
It looks like you're new here. Sign in or register to get started.