-
How to get Bloomber ticker and address of any fund?
What's the Eikon formula (TR.) to get Bloomber ticker/id and address of any fund?
-
Can you let me know the difference between Eikon data base and Refinitiv Data base?
Can you let me know the difference between Eikon data base and Refinitiv Data base?
-
Obtain news headlines and news stories through Eikon API
Hello! I am looking to replicate the search of Topic:AAA AND "S&P". Is it possible to do this using the eikon package?
-
Requesting access to trapi.data.research.read / trapi.alerts.research.crud scope for Research API
Hello, I am a student at the University of Toronto. I am trying to access Aftermarket Research reports via the Refinitiv Data Platform API. Currently, my account can generate tokens, but the access token does not include the required scopes (trapi.data.research.read and trapi.alerts.research.crud). As a result, I receive…
-
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how yo
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
-
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 = {…
-
HOLIDAY LIST using Eikon API in Python Dataframe
I tried to get the Holiday List using Eikon API in Python but no help, can we get in Python pandas dataframe so that we can use it and play with it ? Please see attached my query in python script.
-
Eikon APIs not working
The eikon apis repeatedly show "Error code 429 | Client Error: Too many requests, please try again later." even for simple queries. How can we fix this? Attaching screenshot.
-
How can I get the historical volatility surface on future option ?
I saw we can get the last volatility surface on workspace with CEVOLSURF and click on <SISURF1> for exemple for silver. I'm using eikon python package, how can I pull the data ? Is it possible to to get the the above surface at a given date ?
-
Fewer Observations when downloading data again
Hello everyone, I am a PhD student and I've been using Refinitiv to download firm-level data for my research. I'm currently facing a problem. I downloaded my main dataset around September 2024. In March 2025, I needed to add another variable, so I re-run the same script to download the data through the Python API. The…
-
How to get the option chain for an asset from codebook app?
Hi Dev.Teaam , May I request for your assistance on this Client's query please? Thank you. eikon_data_extractor.py (v4)import datetime as dt import pandas as pd import eikon as ek ---------------------------------------------------------------------1. Conexión (usa tu App Key)ek.set_app_key("") ek.set_timeout(120) Si tu…
-
Request for API Access – Last Change Rate Data for Process Automation
Dear LSEG Developer Team, We are currently working on automating a process that requires access to the Last Change Rate data from LSEG. As advised by Toshniwal, Harish, we would like to explore the feasibility of integrating with your API to retrieve this data programmatically. Specifically, we are looking for: API…
-
EikonError: Error code 400 | Backend error. 400 Bad Request.
The python Data API is repeated erroring out of eikon.get_data requests and giving EikonError: Error code 400 | Backend error. 400 Bad Request. Multiple attempts will yield a result but the issue continues to persist making it impossible to do anything but manualy keep resending. Please escalate this to the API team as it…
-
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the works
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the workspace using python from the below code. Can you able to assist us on this. ######eikon_download.py############## import eikon as ek import pandas as pd import yaml import time import re from itertools import repeat from…
-
Excel Add-in
Hello, I am using Mac and want to have the Excel add-in displayed as shown below: (2.png) 2.png However, I only have the following: 1.png How to get access to the first one(2. png)? On windows I know that in the start menu, I can try searching for 'Eikon' then looking for 'Refinitiv Eikon - Microsoft Excel'. However, I…