-
Is it possible to please send a Python notebook of this process?
Query: Is it possible to please send a Python notebook of this process? Can you please help us with the Python Code for the below. Initial Query: is there an API for top 10 shareholders of a stock? in excel. Resolution Provided to the Client. i) To get the top 10 list of a company's shareholders per shareholding percentage…
-
Client (university professor) having Restriction on Data Extraction via Python API
I am a user of LSEG/Refinitiv Workspace. Within the Screener application, when I run a search using the criteria “Universe: Public Companies, Country of Exchange: Turkey,” I can access data for 590 companies in your database.Through the Add Column option in the Screener application, I am able to seamlessly export the…
-
GET CONSTITUENTS OF AN INDEX USING PYTHON CODE
How do I get the constituents of nifty 50 which is depicted by INNSE50 or .NSEI , I can see that on the datastream navigator but i want to extract via python code. I am trying to use this, df, err = ek.get_data( instruments = ['INNSE50'], fields = ['TR.IndexConstituentRIC', 'TR.IndexConstituentName'], parameters = {…
-
Client having issues with API from Eikon.
Case# 15138552 Raising the query on behalf of a client. Seeking assistance with the client query regarding the use of API from desktop Eikon. They are mentioning that the code is not working for several days now as well as getting errors on some asset classes they use. Error is below and script used(most RICs on script is…
-
Is there a way to modify "TurnsCcy1Array", "TurnsCcy2Array" to retrieve fx swap point for turn dates
response = cross.Definition( instrument_tag="Fx-Forward", fx_cross_type=cross.FxCrossType.FX_FORWARD, fx_cross_code=ccy_pair, legs=[ cross.LegDefinition(end_date="2026-10-01") ], pricing_parameters=cross.PricingParameters( valuation_date=today.strftime('%Y-%m-%d')), extended_params={ "marketData": { "fxSwapPoints": [ {…
-
ModuleNotFoundError: No module named 'numpy.char'
Query:- I am raising the case on behalf of external client I am trying to use lseg.data in Python API however it gives me an error when calling the get_data function. Output exceeds the size limit. Open the full output data in a text editor ModuleNotFoundError Traceback (most recent call last) Cell In[14], line 1 ----> 1…
-
How to query intraday prices for only 5 minutes per day for a certain timezone
Hi, I am trying to get intraday close prices only for the same 5 minutes every day (ie 1300-1305 ET). May I know how I can modify this function to: only get data during that period of time daily, and change the time zone to Eastern Time? response = historical_pricing.summaries.Definition( "ESc1", start = timedelta(-3), end…
-
How to pull all public company actual revenue by country and industry in Codebook
Hello, I have tried this script in Codebook but get an error. Can you help me adjust the code to work? end goal: dataset for all public companies (~68k companies) with columns Country | Industry | Actual Revenue Q1'25 We would love to also have more quarters of historical data as well. Here is the current code import…
-
GDAX options not returning TRDPRC_1 via API
I am downloading data for multiple security types (options, equities and indices) and below code provides me with the data I need except for (DAX) Index options at EUREX, e.g. GDAX236000U5.EX. So, most of the fields below will be empty for an option but I would expect at least "TRDPRC_1" to be populated as this can be…
-
Bulk Download of BSE 500 Audit Reports via API
Dear All, I am writing to seek your assistance in downloading Audit Reports for BSE 500 companies covering the last five years using the Eikon / Workspace API. I have attempted multiple times to set up and use the Python API (via the Refinitiv Data Library and Eikon Data API) on my local system, but I have not been…
-
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE']
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE'] I am doing an rdp.get_data call with the Python API, after authenticating with a Platform Session. And I see the following issue: The access to field(s) denied. Requested universes: ['EUNH.DE', 'IBCN.DE', 'IEF.O', 'TLT.O', 'VGLT.O', 'BND.O', 'VGIT.O',…
-
I would like to inquiry about codebook, is the python environment secured and not open source? and a
I would like to inquiry about codebook, is the python environment secured and not open source? and also what server process the code? is the used library like numpy, pandas, matplotlib, scipy and etc secured and guaranteed from your side ? also can we execute the code internally on bank premises rather than AWS cloud?
-
How do I convert DSOS SQL Database / DSW query into Python programming query?
I want to run Python query in snowflake to access DataScope Warehouse, but I only have DSOS SQLs which Snowflake does support, but I want Python codes to access DSW for my customers. Could you assist please? Thank you
-
python gets chains RIC
Hello, I'm using Python to call chains from aip.refinitiv.com to obtain the RIC. However, I get a 403 Forbidden error. However, I can obtain the RIC directly from https://apidocs.refinitiv.com/. 1, I'm wondering if this is a problem with my Python token settings or a permissions issue. 2, Does it require permissions for…
-
How shall I extract the floating rates used in the model from the python API pricer for swaps?
Hi, I am currently using Python API (online pricer) for interest rate swaps (refinitiv.data.content.ipa.financial_contracts.swap), and I want to extract the floating rates used in the model, do you know how to extract? Thanks.