I am currently using the following code to extract the RICs of the ETF index IEAC.L: indices = ["IEAC.L"] # ========================= # SECTION 3: GET CONSTITUENTS # =========================def get_constituents(index_rics): all_constituents = [] for index in index_rics: print(f'Extracting constituents for {index}') result…
Hi, How can I get the Market Cap of a stock using the pricing/snapshots service? https://api.refinitiv.com/data/pricing/snapshots/v1/?universe=/{RIC}Error or is there any other service that I can get the updated market data that should be change during trading time according to the stock price. Thanks!
Has the eikon plugin been depreciated in python (anaconda) in anaconda I used to have an eikon package but this is no longer available no eikon package.png
Hi I'm using import refinitiv.data python library to pull market data. Mostly get_data function. Will this work after migration to Workspace? Thank you
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…
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 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…
Hi team, I am from the Specialist - helpdesk team and I have a client who raised a query to us and said that the "summaryTimestampLabel":"endPeriod" doesnt work on his end. Can you check? Thanks! For context, his verbatim below: It does not seem to work (i.e., I still get a start of period data), but I can handle this in…
Hi team I'm not able to install LSEG-data package to Jupiter environment nor in python environment
I’m encountering an issue while using the get_headlines() function. Specifically, I’m not receiving the latest news as expected, even when I specify the endpoint as "now." There seems to be a lag of a few hours between when the news is available on the Workspace application and when it appears in the API results.
It looks like you're new here. Sign in or register to get started.