We would like to confirm the expiration date of the refresh token. 1. Do refresh tokens have an expiration date? "3.1.1 V1 Authentication" states that refresh tokens also have an expiration date, but we could not find any response item in the document that indicates the expiration date of the refresh token, like the…
If multiple clients request the authentication API with the same machine ID, will the same access token and refresh token be issued? We plan to build two client systems that connect to the Refinitiv server. One is for the production environment and the other is for the staging environment. Each of the two systems has two…
We use LSEG to get Debt Securities market data from market contributors by using an API (Python). We get our LowBid-HighAsk range from the market data available such as yield or price for any particular security. I wanted to inquire if there is an identifier to differentiate the market data if it is a yield or a trade…
See below stacktrace: 09:53:29.996 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://api.refinitiv.com:443 09:53:30.022 [main] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to api.refinitiv.com/99.83.242.11:443 09:53:30.022 [main] DEBUG…
i would like to build a tabel with economic data, but it is not possible to receive data, i tried different fields and checked "DIB" in workspace, are there any fields working? import refinitiv.data as rd import pandas as pd from datetime import datetime, timedelta from IPython.display import display, HTML ---…
which version of MMT are Eu equity real time / historical data on - as the latest version is 4.2 , I've yet to see any of the above showning anything other than 3.0x
Im trying like this, but it is not working: ticker_list = list(tickerStrings) # Your ticker list max_items = 100 results = [] for i in range(0, len(ticker_list), max_items): try: chunk = ticker_list[i:i + max_items] df_chunk = ld.content.pricing.Definition( chunk, fields=['CF_LAST', 'CF_CLOSE'] ).get_data().data.df…
Can you help me to adjust the code to not get timed out please? i would like to collect data for 1000 companies. My code currently is like that: if not use_yfinance: print("Getting Market Cap, Beta, etc.") ticker_list = list(tickerStrings) # Your ticker list max_items = 50 results = [] ld_connect() for i in range(0,…
From Your documentation AdfinX Analytics | Devportal, we can see these below dlls are available But in our installation we can’t find those dlls. (below screenshot) We need help why it’s not available in our installation. Is there any optional parameter what you need to check when Installing workspace?
Hi, Recently, I received information on my account: In my own C# program, I am using the Refinitiv Data Library for .NET. My question is: Will this library still work after July 1, 2025? Do I need to change anything in my program, e.g., use another library or obtain the app key from a different source?
It looks like you're new here. Sign in or register to get started.