-
How do i use the api to extract market overnight best and worst performers ?
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…
-
Date information when using get_data (python)
When I download the financial data using `get_data` with SDate=2015/1/1 and EDate=2023/12/31 , for example, the output data does not include any time information. Therefore, I cannot tell which number corresponds to which date ( or month or year). How can we make the output data include the 'time' information as well?
-
Missing ISIN/CUSIP/SEDOL from ld.get_data even though identifiers appear in Workspace (example: VSSL
Hi, I’m using the LSEG Data Library for Python to retrieve instrument identifiers (ISIN, CUSIP, SEDOL, etc.) from RICs as part of a global equity mapping pipeline. For most instruments, this works well. However, for a subset of equities the API does not return all identifiers, even though they are clearly visible in…
-
Specify time and currency when we get data using python
When we download financial data using python, how can we specify the frequency of time such as day, month or year? How can we specify the currency such as Japanese Yen and US dollars
-
Get_history request is not returning same fields - Unexpected error in data returned from data sourc
Hi The below request has worked very reliably over the past few weeks when I tried: df_prices = get_history( universe=ticker, fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'], interval='1d', start=start_date, end=end_date, adjustments='CCH' ) But today I tried three times and…
-
can I get the same result by using the python function:
I tried clicked any result in News topic guide, and it will redirect me to searching those industries. For example, I clicked `Auto & Truck Manufacturers (TRBC level 4) [CARM]`, it just search by keyword `Auto & Truck Manufacturers (TRBC level 4) [CARM]` in the news monitor page. Is that mean I can get the same result by…
-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
Python APIs
We used an excel file provided by the FMC team with APIs and works very well for this initial research stage. The excel file pulls 20 days turnover data per ISIN across all the on/off book exchanges. On our side we would like to move towards a more structured way to consume these volume data in the coming months: our…
-
Estimates Summary API
Hello team, requesting assistance for 1 of our client's. If client on Trial Access to Workspace, and getting the error below, is this part of the limitation of trial "The client receiving the attached errors when trying to pull the WS data into Python, we need to pull the Morningstar reports, Analyst recommendations and…
-
Query regarding pulling percent change data using API
I need to pull up 1M Price change data and percent change data for financial metrics like EPS and Dividend yield for a selected universe. How do we pull them up using the ld.get data end point. Universe: RELI.NS, ADEL.NS, BRTI.NS, How do we get this?
-
How to Use script for charting
Can I get some help with a code in the codebook? It says File "/tmp/ipykernel_73/3594903871.py", line 2 //Inputs Tab Criteria. ^ SyntaxError: invalid syntax Also, once the code works, how do I apply it in the charts?…