-
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?
-
Download of common stocks
Hello, I want to download only French common stocks with the screener in Excel. How can I do it? Because in my screener there is written also "Indices, Lists, Portfolios…". Thank you in advance
-
Discontinued tickers
Hi, I have a question about discontinued tickers, namely following: 'CZFCS04' : ECBOT - 5 YEAR US T-NOTE CONT.INDX 'CZNCS04' : ECBOT - 10 YEAR US T-NOTE CONT.INDX 'CZUCS04' : CBOT - LONG TERM ULTRA ELEC. CONT.INDEX 'ATDCS04': SFE - AU 3 YR T-BOND DAY CONT.IDX Any reason why they are discontinued (all in this year). I was…
-
Does the EMA interface cause duplicate subscriptions if a subscription is initiated every time after
-
how to use python and lseg-data module to get out all storyid and story text
Case: 14967300 Hi, I'm trying to figure out how to use python and lseg-data module to get out all storyid and story text that reference a particular stock. Can you help on this please? Above is from client, news team referred me here
-
Can't use DSS.NET SDK to connect to the DSS server
Case 14965790 I have some C# code that communicated with Datascope and worked as recently as 2023. It doesn't seem to work. It was based on dss_rest_net_sdk_tutorials_code. Attached is the response when I try to run the original sample code. Is there some new code or some other libraries that were changed?
-
I started having this issue recently
I started having this issue recently, and I do not know why. price_df = ld.get_data( universe=ric_list, fields=['TR.PriceClose.Date', 'TR.PriceClose'], parameters={ 'SDate': '2010-01-01', 'EDate': '2025-01-01', } ) LDError: 'dict' object has no attribute 'url'. I am also having trouble to start a new session (it normally…
-
DSS Rest API - Triggered extraction
Hi team, Would it be possible to do an API extraction and utilise the feature in the GUI to trigger the extraction when the data is available? see the screenshot below. Ali
-
Template Integrated Specification Document (ISD)
Hello, Would there be a template Integrated Specification Document (ISD)? We are in the process of designing and building an integration beteen World Check One API and our HR system. A template ISD would help us get all the requirement ISD elements in there. Thank you!
-
Is it possible to use cell referencing on Python / codebook?
hello, Is it possible to use cell referencing using Python / Codebook? Please see attached Excel file for reference In addition, how can we display the dates? In added the parameter 'RH': 'Date' but still did not display the dates import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields…
-
How can I retrieve financial data from a list of bond ISINs?
Hi, I've been trying out to retrieve some financial data for a quite while. I've had several problems, then solutions that unfortunately only created more problems (or at least sometimes/often). I tried to write right below what I was trying to achieve. Any help is appreciated, thanks in advance! :) Brief description of…
-
How can I get the BloombergUI.xla Excel Add-in back?
Following the recent Workspace upgrade, one of our workbooks no longer pulls in price data. Looking at the VBA Project References I can see that BloombergUI.xla no longer exists (C:\blp\API\Office Tools\BloombergUI.xla). This has been discussed under FMC Request 28-062025226 and we were advised to reach out here for help…