-
Using Getdata function to Get CUSIP based on RIC
Hello! When I was using Getdata function in Refinitiv Workspace API, I used RIC to get CUSIP (and I set the parameter: 'SDate' and 'EDate', I tried to make they are the same day to get the certain day's data). However, most of the transfer is right, some of the CUSIP I got is totally wrong. And I mannually double-checked…
-
Issue with rd.get_data - Server Connection Problem
Dear Support Team, I am experiencing issues with server connectivity when using rd.get_data in Python to retrieve data via API. Recently, I switched the library from Eikon to Refinitiv. While using rd.get_data, sometimes the function returns data immediately, but other times it takes a long time to respond and eventually…
-
How to calculate FX settlement date?
Hello friend, I'm using Workspace Settlement Calendar Calculator to calculate FX broken dates start date and end date, like the red box outlined in the screenshot below. I would like to know how to archieve this by Python. Thanks & Regards, Mark
-
High Frequency Historic Future Data RIC
Hi all, I'm trying to get hourly level data for a contract with RIC 'FFH3^2' which is CBoT 30days Fed Fund Rate Future for March 2023. Even though for current future contract 'FFH25' hourly level data is available, the RIC 'FFH3^2' doesnt return any data when I use code: rd.get_history(universe=['FFH3^2'], fields =['BID',…
-
Testserver interactive mode
Testserver Interactive mode? Hi all May i know how can i enable testserver interactive mode? to increase the update rate from time to time? in the documentation of testserver, it doesn't test which flag to enable interactive mode…
-
How to Retrieve Complete Historical Option Data via LSEG API?
Hi everyone, I’m working on a research project involving and I need to extract historical option market data to train and validate my models. I’m using the LSEG Data API, and I’d appreciate guidance on the best way to retrieve the following data efficiently. Required Data: Historical Option Prices Closing price (CF_CLOSE)…
-
Download Earnings Calls Transcripts Using Python from Refinitiv Worspace
Hello! I am using Refinitiv Workspace. I need to download earnings calls transcripts for quite a number of companies for several years. Is this possible via the Python API? I tried to use 'get_data', but I found that there is no 'earnings calls transcripts' option in DIB (Data Item Browser). And I can't find any Refinitiv…
-
Deployed Host and DACS ID
I want to use the Python: How to configure the JSON file to ld.open_session('platform.rdp'). I attempted to create a platform session (platform.ldp), but I couldn't get it to work because I dont know my Deployed host and DACS ID - where can I get this? "sessions": { "default": "platform.ldp", "platform": { "ldp": {…
-
Using fundamental_and_reference leads to warning when <NA> values are in the result
I tried to get some data using lseg-data 2.0.1 with "fundamental_and_reference". The result obviously contains some <NA> values. I got the message: "FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To…
-
Reusing desktop session for multiple requests
Hi, I am using single desktop session to serve multiple data requests. Could this create intermittent slow response from data api? Could this be reason of intermittent bad request error 400? if (session != null && session.OpenState == Session.State.Opened) { var cts = new CancellationTokenSource(new TimeSpan(0, 2, 0));…
-
getting different historic prices with HistoricalPricing and FundamentalAndReference.
Hi, I am getting different prices for 12/31/2024 from HistoricalPricing and FundamentalAndReference methods for below securities…
-
Historical data for yearly average bid/ask spread for stocks
Hello, I would like to retrieve yearly average bid/ask spread for a list of stocks historically. How could I use Python to extract?
-
Incorrect values in the 'isCall' field.
Hi team, raising on behalf of a client. When capturing options for RIC "0#OGBL+" for today 5 FEB 2025, it seems there are incorrect values in the 'isCall' field. Since 0#OGBL+ are options on Bund, shouldn’t that field be referring to its call/put value as with other options? It seems like this was the case with the prices…
-
Analysts Reports & New via API
Hi, Could you tell me which APIs I would use to get Reuetrs News and Analysts reports. And how I would get historical data for these. Best Gordon
-
Python APIs for Refinitiv, which one?
What is the difference between the following three Python APIs for Refinitiv? https://pypi.org/project/eikon/ https://pypi.org/project/refinitiv-data/ https://pypi.org/project/refinitiv-dataplatform/ Which one should I use? Are they all equivalent? Which one is the most updated?