-
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?
-
Integration of Data Item Browser into Eikon API
Is there an existing method of accessing the Data Item Browser within the Eikon API for Python? If not, is it possible to get this integrated? This would drastically save time and energy versus flipping back and forth, sorting, and manually entering codes. Thanks.
-
Extract index constituents as of a particular date
I am using this formula to extract the index constituents details which In my opinion represent the latest available constituents. How Do i extract the constituents as of a particular date? I tried to extract it via df = ld.get_data(['.nifty200'],['TR.IndexConstituentRIC','TR.IndexConstituentName'], {'SDate':…
-
what to do the code is failing when comapring with df.settle
import os import pandas as pd import numpy as np import pytz import refinitiv.data as rd from datetime import datetime, timedelta, time from time import sleep # Suppress downcasting warnings pd.set_option('future.no_silent_downcasting', True) # ========================================================== # 1️⃣ SESSION #…
-
OHLC data for the synthetic instrument I created named S)eu2ss via API
Is there a way to retrieve OHLC data for the synthetic instrument I created named S)eu2ss via API or WebSocket?i made it using formula"/EURAB6E2Y=,VIEW.BID" - EU2YT=RR,VIEW.BID_YIELDPlease let me know if this is supported
-
Get industry group codes using python api
I want to look up what industry code relates to say Electrical Equipment which is the name of an GIC INDUSTRY Name, I want the complete list of GICS INdustry names and the reference codes for the same,. how to do that
-
Error downloading chunk 964: No data to return, please check errors: ERROR: No successful response.
Can you assist me what could be the error. Below is the client response. tickers= list(Screener('U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode,"US"), IN(TR.GICSSectorCode,"10","15","20","25","30","35","40","45","50","55","60"), DOES_NOT_CONTAIN(TR.ExchangeCode,"PNK"), CURN=USD'))
-
Private Equity/VC data retrieval through API
Hello, I am trying to download the Private Equity/VC data through the API. import refinitiv.data as rd from refinitiv.data.discovery import Screener rd.open_session(name='platform.rdp', config_name="./refinitiv-data.config.json") screenr = "SCREEN(U(IN(Equity(private))), BETWEEN(TR.PEInvestRoundDate,20251225,20251231),…
-
.SPX not pullable in TR.PriceClose
Why leaving fields "" gives permission error ? Example: df_ss3 = ld.get_history( universe=[#"TMCU0", ".SPX" ], start="2017-01-01", end="2050-12-31", #change this in 2050 interval="weekly", count=None, fields="" # This pulls ALL available historical fields. Add specific fields like "BID" to get specific columns. Multiple…
-
application ID.Invalid
for CCB financial market, the digitalization team has deployed a strategy that runs on every trader’s desktop. It works normally for everyone else, but for one particular trader, the system returns “application ID Invalid.” What could be the reason? P.S.: This trader’s terminal ID is valid, the terminal itself runs…