-
Why does my requests.get() call ignore filters when querying the headlines endpoint?
I’m trying to fetch all English news related to RCS code (LEN AND (U:C)) within a specific timeframe using the headlines endpoint. Here’s an example of the request I send with requests.get():…
-
How can I retrieve data without logging in in to Workspace station?
Hello, I am currently able to successfully download data using method (1) after logging into Refinitiv Workstation in the Window 11 OS: python import os import pandas as pd import refinitiv.data as rd isins = ['DE000BU3Z005', 'DE0001102531', 'DE0001141836', 'DE000BU2D004'] rd.open_session() df_bond_characteristics =…
-
How to get direct access to LSEG Data Platform?
I'm fetching now the LSEG News and articles through an api, using the API KEY and connecting through LSEG Workspace However I 'm looking into using getting direct access to the Data Platform. How can I do so ?
-
Create watchlist / portfolio from rdp
Hi all, Could you pls advice if there is a method in lseg-data python library to create a watchlist or portfolio? Or update a watchlist not manually. Thx, Alex
-
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?
-
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?
-
Difference in Intraday Timestamp between rd.get_history vs ek.get_timeseries
Hi team, Hanna here from the Specialist team - helpdesk. A question in difference in timestamp for intraday interval between rdp, ek and lseg. There is a one hour difference. Now we know and see this difference in our Charts due to the difference in logic, as discussed in our Knowledge Article: Why are the timestamps for…
-
Help with Excel Add-In for RDP Bond Time Series and Static Data (Formulas Not Returning Values)
Hi, I'm trying to retrieve both time-series and static bond data in Excel using the Refinitiv Data Library Add-In. I'm logged into Refinitiv Workspace and the Excel add-in is active. However, the following formulas aren't returning any data, even though the RIC in F4 is valid and the dropdown setup works: Time-series…
-
"iPlanet session has been expired." - What is causing this error?
I received this response recently from the RDP token endpoint. On the previous similar questions the response was that it must be connected to the expiry of the refresh token, but in this case we are not using the refresh token, but we request a new token every time the old one expires. Could you please explain what can…
-
Different result between rdp API with workspace app and using config file.
Hi all, We are currently building out an application that is using the Refinitiv RDP API to retrieve information. We have found two ways of connecting to the API : We can just open a session using rd.open_session(), when running code locally with the Refinitiv workspace open We can specify a config file containing our API…
-
Error="insufficient_scope"
I'm aiming to the following and getting insufficient_scope error, please see images for reference.
-
RTO and Python API
Are the Python RD API functions available with RTO ? Eg HistoricalSummaries.
-
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
-
Access to API Playground Swagger
Hi, Can you tell mw where I get the client_id & client_secret so i can use the swagger on the API Playground. I have a username and password. Thx
-
Renewing session using ISession wrapper
Hello, we are currently using the PlatformSession C# implementation to login to the RDP Api. We would like to maintain our session for a long period of time and query multiple instruments through it. This is our current implementation, obtained from parts unknown, as it was done before my time. I saw a previous answer…