-
Live Mode via VBA
Hello, how can I activate in Workspace Excel "Contribute Now » Live Mode" via VBA ? We're currently experiencing a problem with some users where the Excel workspace jumps to "Manual Mode" when opening it. To avoid this, I'd like to enable "Live Mode" when opening the sheet using VBA.
-
Is there a 1-Year Historical Lookback Limit for 1-Minute Interval Data in get_history?
Hello Developer Community, I am trying to retrieve historical intraday data with a 1-minute interval for periods extending further back than one year using the lseg.data library in Python. THE GOAL: My objective is to pull a continuous stream of minute-level data for a ticker like 'AAPL.O' for a period like July 2020 to…
-
SPY is an etf.I just want to get this same data on my python interface.Attached the screenshot
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…
-
we have Client looking for Brazil Implied PPP conversion rate in API
Please check the attached screen shot, we have client looking for "searching Brazil Implied PPP conversion rate" in API, please check and provide the relevant API query.
-
Which exchange rate to choose?
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…
-
Pull Oil related data using Datastream API
I am interested in getting the following data points using python APIs (say get_data or get_history end points) 1) Crude Oil (WTI in USD) 2) Brent Crude Oil futures contract. Output: Daily data for last 1 month Can someone please help on the same
-
platform.ldp connection does not retrieve data (desktop.workspace does)
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…
-
List of all RICs via RTMDS
1. Is there a similar way to get all RICs via RTMDS just like for edge servers 2. How do we download all the necessary UST & EGB’s from Refinitiv? As in we have the list of RICs we want, but there are new bonds coming out regularly with their own individual identifiers. Do we need to download each bond individually or…
-
Using companys' proxy with lseg-data package
Hi ! In order to use the lseg-data Python package, I've fiddled in the GitHub standard package to try and open a session. However I am getting an error that obviously says that I need proxy authentication to actually test it properly (the error is quite clear). I am setting the proxy settings in pip.ini for example if I…
-
how can I use the data to train an LLM with it to use the data to generate usable output for me?
do you have your own LLM (like Gemini, ChatGPT, etc.) integrated in Workspace or if you can create a link to the most widely used LLM to feed it with data. How can I use the data to train an LLM with it to use the data to generate usable output for me? it can be different application from screening by writing a text about…
-
TTF options data TFO
I need to pull TTF options data TFO. Could you please let me know which RIC/chain RIc to b eused?
-
Facing issue in Refinitiv Futures API
Hi Team, We use user 9039365 to generate the token through the API endpoint - https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken API Response - Token generated successfully. We use the token in the API Endpoint for Data Retrieval -…
-
How to find a list of fields available through the api and the field name in the api.
I'm using the .net API, I want to find a list of fields available through the api and the field name in the api. An example RIC would be SZZFM5^2.
-
Is there a code on Python to change the "NA" String to "NaN" or "No Data"?
In DSWS, there is no general settings to do this but wondering if a pythong script is possible. Let me know.
-
Tutorial on RDP
I am a Refinitiv Workspace client with access to Datastream (DSWS), and I would like to know if there are any tutorials on the Refinitiv Data Platform (RDP) using REST to retrieve data from R. Which credentials do I need to get? Is there any R package to get data directly from Datastream and Eikon API?
-
Sample request for forward
Hi, I am new to LSEG, can I get sample working request for forwards, how to specify the tenures (1w, 1M, 8M etc.) Product - RTO, websocket API
-
Is there a way to retrieve correct start and end date when retrieving swaps point for EURGBP ?
It seems that calendar is based on USD calendar. How do you manage the calendar on FWDS app ? I need to retrieve via python the swap points (EURGBPFWD=) with the correct calendar as shown on the screenshot. Thanks a lot, Nicolas
-
HMAC signature Content-Length
Hello, We have trouble sending a POST request to the WorldCheck One API. My assumption is that it has to do with the Content-Length header. On this page there is an example request: We have implemented an Azure Function using the Python script using the code samples (thanks for those!) but we get to another value for…
-
Can't use DSS.NET SDK to connect to the server
Client has come back with the follow up below: I already have .NET version 4.8 Do I still need to add the code lines you provided?
-
Refinitiv Data Platform API for Time-Series News Sentiment
I need time-series data of news sentiment scores for a particular industry. How can I use Refinitiv Data Platform API to get it?