A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Hi, In postman, I tried to [Get : Retrieve Doc URL by DocId] but got "404 page not found" message. As I successfully got DocId from [Post : Search by Organization Id ( GraphQL ) ] , I want to test to get URL. Can you please advise how to fix the issue?
I'm using the default python Refinitiv setup to get data. All works well, until just now. Receiving HTTP 902 errors. What is this error and how can I solve this. Just to be clear. I've downloaded the last few days multiple correct datasets. I can share a code example: import refinitiv.data as rd from refinitiv.data.content…
Unfortunately we have a problem with our key store last replication and I am afraid we have lost machine Id password. I have seen that is possible to change the password via API but you need previous password and we have lost it. Is possible to reset that machine Id password to set a new one? maybe using some…
Hi all, I'm trying to find the query to get all futures contract info from the underlying isin / ticker. More specifically, i would like to input the isin/ticker of a security and get all the futures contract on that security. The final goal of this would be to get the RIC code of these contracts. Does anyone have an idea…
I would like to collect certain firms outstanding bonds and get the average historical yield using python api. For example Swedish publicly traded firms in real estate sector, get their bonds that are in principal currency SEK and margin over index as type. I would like to get all active and non-active bonds' average bid…
Why is my LSEG workspace not getting connected. It is just showing connecting.... since past few hours
I/O error on POST request for https://api.refinitiv.com/auth/oauth2/v1/token: api.refinitiv.com; nested exception is java.net.UnknownHostException: api.refinitiv.com.
Refinitiv Data Platform (Workspace) - Python - Windows How do we add a date as a row header from the code below? This produces historical data and the client asks if we could add dates for each data point. import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['NVDA.O'], fields =…
I have a Refinitiv Workspace account. How Can I check if I can use these credentials to access the Refnitiv Data Platform account as I need to use some API endpoints from RDP? I want to retrieve data of current and historical officers and directors.
Hi Team, I tried the API playground to get the token and receive below error. Can you confirm if the usage is correct? curl --location https://api.refinitiv.com/auth/oauth2/v1/token --header "authorization;" --header "content-type: application/x-www-form-urlencoded" --header "accept: application/json" --data…
It looks like you're new here. Sign in or register to get started.