I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
Hi, In ( refinitiv.data as rd ), rd.get_history function , the timestamp returned in response is the open time or the close time of the ohlc bar ? Thanks Sumit
When I tried using "TR.ClosePrice(Adjusted=1)" and "TR.ClosePrice(Adjusted=0)", the data returned appeared to be the same. If that's the case, is there an unadjusted close price available?
Hi , I need to know the ohlc values of one US asset ( e.g. CLF24 ) for 08th december 2023 at IST time 15:30 i.e. need the ohlc values for this specific minute...i have got lots of US assets for which i need these values ..how to do that
Hello, I have a dataframe comprising all the RICs for a number of ISINs, and I would like to know how I can retrieve the MIC of each RIC using Python. Using the search API I was only able to retrieve the LSEG codes for exchanges and trading venues, not the official MICs. Thank you!
Could you help me with code that can return me the top news on workspace API?
Hi Team, May I know if we have a service that retrieves documents? Specifically for the retrieval of the following: For ETFs: 1. Annual Report 2. Interim Report 3. KIID 4. FactSheet 5. Prospectus For Bonds: 1. Prospectus 2. Final Terms 3. FactSheet For Stocks: 1. Fillings 2. Earnings 3. Annual Report
I am writing to inquire about API service of LSEG Workspace for document retrieval for investment products.I would like to ask if there is such service?With such service we would like to be able to getFor ETFs1. Annual Report2. Interim Report3. KIID4. FactSheet5. ProspectusFor Bonds1. Prospectus2. Final Terms3.…
Query, I wish to create a python script to download sovereign ratings at a given date for all available sovereigns data. Is there an python API for this? I am not able to find RIC for sovereigns, for example take United States. We have shared the sample script import refinitiv.data as rdrd.open_session()df =…
Hi, I would like to automatically retrieve if possible via Eikon API in python the list of all the datapoints involved in the calculation of E - S and G pillars (e.g TR.PolicyWaterEfficiency, etc). I need the whole list of datapoints used in the calculation for all kind of sectors
Why does this code not work?? df, err = ek.get_data(['M312WZV08Y7LYUC71685@LEI' ,'5493004D82XDFVPWQJ91@LEI' ], ['TR.TotalAssetsReported','TR.TotalAssetsReported.currency']) df I need a script that fetches tickers or total assets/ratings/PD data from a list of LEIs (which may be non-public or small). There must be a way,…
It looks like you're new here. Sign in or register to get started.