-
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?
-
Which is the recommended approach to get daily prices for bonds
We have tried two approaches to get daily prices for bonds .We need daily prices for around 5k bonds and use ISIN to fetch the price related fields. We break down the 5k ISNIs into batches of 200 and send sequential requests one after the other. We start running the request from 12 am of each day . Below are the two…
-
Search function operators
I'm searching for the search function operators (ex.: 'eq') mentioned in this article https://developers.lseg.com/en/article-catalog/article/building-search-into-your-application-workflow. The article links to a documentation that I don't have access to, despite having the search function. Thanks in advance for your help.
-
How to pull a list of all the RICs/instrument from Refinitiv?
I would like to know how I can get a list of all the RICs/Instruments used and saved in the lseg/refinitiv database? additional: I would like to know how I may retrieve historical data? example: GDP unemployment rate, interest rate, inflation rate, bonds, commodities. Will I be able to pull data dating back 10years? FYI, I…