-
Emissions Data via Workspace Codebook
I am downloading emissions-data with the Workspace Codebook app (see code below). I was wondering how to obtain a variable that indicates the year to which the emission data refers to. To my knowledge, ".date" gives me the reporting date, but I haven't found a variable on the year/fiscal year for which the data was…
-
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?
-
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),…