-
Requesting an API to monitor news for a defined list of companies
We are building an internal workflow tool for our consulting team to improve how we monitor and analyse developments in a defined set of companies within the Energy & Natural Resources sector. Using our existing Refinitiv licence, we intend to programmatically retrieve news and company updates relating to a small watchlist…
-
API Key / Codebook Local Access
Hi, Is it possible to download data from the Workspace without using Codebook? I.e. with an API key. Or accessing your local drive in Codebook to read/write?
-
How do I get an access token from the api key?
How do I get an access token from the api key? What is the get request that I need to call?
-
Client app key, client id and secret
Hi, I'm trying to use Dataiku to access lseg data. I'd like to confirm the endpoint url, app key, client id and client secret. Please confirm i'm using the correct information: URL: "https://api.refinitiv.com/auth/oauth2/v2/token" app key: app key generated from the API KEY generator app on the workspace desktop app.…
-
LD Library Configurations
Hi Team, we received a query related to python set up and he wanted to have a training on how to navigate in dept the python program. So far what we have done are the following: I've provided the link for the configuration process: LSEG's Refinitiv Data Library for Python and its Configuration Process | Devportal along…
-
Clarification on Academic Licence Permissions for Accessing News Text and Earnings Call Transcripts
Hi, I am an academic user from a university using LSEG Workspace, and I would like to clarify the data access permissions for textual datasets under our academic licence. I am conducting research that requires both news text and earnings call transcripts, so I would like to understand which datasets and APIs are available…
-
API Key Screen Blank Despite Register New App
Hello I have clicked register new app yet API Key is not created. I have tested on Chrome and Edge and whenever i click register new app nothing happens.
-
Error 429 and AttributeError when downloading the data through APP key in python
Hi Dev team good morning. May I ask for your assistance. Error 429 and AttributeError import asyncio import tkinter import pandas as pd import lseg.data as ld from lseg.data.content import fundamental_and_reference bonds = pd.read_csv('isin_list.csv')['ISIN'].to_list() tkinter.Tk().withdraw() print('Enter your Refinitiv…
-
API Key
I'd like to put a more generic username for the App Key Generator, one that will allow me to build a pipeline and remove the dependency on a single user. That is how we configure all our pipelines. Also, when trying to connect to this URL: https://api.refinitiv.com/auth/oauth2/v1/token, I am getting a ConnectTimeout('timed…
-
How to download the api for ESG related news for S&P500 companies at one time as period of ten years
-
Chatbot on Messenger 2
Hi, Since the migration to Messenger 2 on June 21th, our chatbot is seen as disconnected by the other traders on Messenger 2. On Messenger 1, we used this URL : https://api.refinitiv.com/ with our ApiKey and the user "bot_agent.powertradingoperations@engie .com" Can we know when it will be possible to use a chatbot in…
-
Unable to Locate App Key/ RDP API Credentials in Neither Developer Portal nor Workspace key App
Hello: Then I’m trying to integrate the Refinitiv Data Platform (RDP) API into my automation workflow, but I’m unable to locate or create the required OAuth2 credentials (Client ID/Client Secret or App Key) in the Developer Portal. First I tried apply under Workspace key generator, it's empty. Then I did: Signed in at here…
-
I am working on calling the World Check One API from ServiceNow and need CRyptjswrapper script in...
...clude Script include - var refinitivWCUtils = Class.create(); refinitivWCUtils.prototype = { initialize: function() {}, getGroupsAuthHeader: function() { // Retrieve environment properties var environment = { "gateway-url": gs.getProperty('x_cbre2_generic_ap.refinitiv.gateway_url'), "gateway-host":…
-
RDP API Key Generator not showing app.
I selected the EDP API and entered a name for my application under the App Key Generator page. It looks like the application was posted successfully but no application showed up as registered in the grid below when refreshing the page. I did try this using incognito browser as well. I have uploaded my HAR file.…
-
Open Session for lseg.data AttributeError: module 'lseg.data._config_defaults' has no attribute 'con
Hello I'm trying to connect to the lseg.data library via an API in Jupyter notebook and when trying to open a session as per below, I get an error message. session = ld.session.platform.Definition( app_key = "My App Key", grant = ld.session.platform.GrantPassword( username = "My Useer Name", password = "My PWD"…