-
Get the history changes of RIC
Hello! I am using python library lseg-data. My question is how can I get the history changes of RICs and its previous names, so that my prices are correct? For example Facebook was FB.O but after rebranding it became META.O, I used symbology but did not get the expected result.
-
How can I open a new python project
How can I open a new python project Unexpected error while saving file: Examples/07. Portfolio Analytics/untitled.py [Errno 30] Read-only file system: '/home/jovyan/Examples/07. Portfolio Analytics/untitled.py When I try to open a new python project, this prompt message shows up Raised on behalf of external client
-
Fund holdings data as at different dates
Hi, I am trying to obtain the holdings for a set of funds as at different points in time, on a quarterly basis over a 10-year period. I have tried using both the EIKON API, as well as CodeBook to do this. However, I notice that even though I change the date in the parameters field, the Number of Shares and Percentage of…
-
Client wants to extract fillings details via Python / RIC BERM.KL
Query: Is it possible that use python to extract the pdf file if the company have the PN17/GN 3 filling? For the excel just for clarification, cannot show in excel that whether this company have filling for the PN17/GN3? I just wanna detect whether the company is it under PN17 / GN3, or is there any method to check the…
-
Pulling historical data for a specific ric in Python versus Excel.
Der Team, I have a client asking the following: Good morning Charlotte, I hope you are doing well. I am reaching out as there appears to be an issue pulling historical data for a specific ric in Python versus Excel. I am currently able to pull via python historical barge freight. When I try the same for CIF NOLA Corn, it…
-
fields and tickers with Datastream/Python
Hi team Where can I find more information on which tickers and fields to use to pull data via the API? For example, I want to use the following mnemonics to get the total return time series for equity indices and fixed income indices, and then price return for gold. However, the equity and fixed income mnemonics do not…
-
rate limit when requesting history via the LSEG Data Library
I gather that when requesting historical pricing, every stock is being requested individually, even when requesting one date, is that correct? E.g. if I just ask for Russell 3000 stocks since the start of June, I'm making 3,000 separate requests? That at least seems to be what is happening from debug logs. I ask partly…
-
Has the eikon plugin been depreciated in python (anaconda)?
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
-
How to properly use Python to extract data from LSEG workspace
Government bonds, for example RIC = 'GB10YT=RR', which is the 10 Year Government Bonds of the UK. I am trying to grab its daily data. At first, I am using fields=['TR.OpenPrice.date','TR.OpenPrice','TR.HighPrice','TR.LowPrice','TR.ClosePrice'] in my code. But The close price showed nothing. Then, I changed the fields to…
-
How to get earlier time series data of Crypto
I am trying to get time series data of Crypto. And I tried serveral RIC like 'LTC=DARN', 'BTC=DARN', 'ETH=DARN'. Similary, the earliest hourly and minute data it gave me was like only one week ago. The screeenshot above is the minute data of BTC. Therefore, I wonder if there is a method to get long-term hourly or minute…
-
Cannot open session platform.rdp
Hi, I am trying to use the EDP API and have created the .json file with credentials. However, I keep getting the same error: KeyError: 'sessions.platform.rdp' NameError: Cannot open session platform.rdp This session is not defined in the configuration file Please refer to attached snippets. In the .json file, I also tried…
-
Clarification Request on LSEG API vessel information
I have been reviewing the documentation titled LSEG_API_VESSEL_INFO.pdf in shipping APP-tool, and I came across a section that I would appreciate some clarification on. Specifically, on page 9, the example code related to the ld.discovery.search function appears to be incomplete—approximately half of the code snippet is…
-
get_data() AttributeError: 'dict' object has no attribute 'url' using rdp
-
Fortnightly freq of macro economic data
I am interested in getting macro economic data at fortnightly frequency. I am using the following formula : batch_str= INCBNFO*100, INCBINV*100, INCBAGG*100, INCBCRE*100, INCBCFC*100 df = ds.get_data(tickers=batch_str, freq='14D', start="13/10/24") It gives an error. Whats the workaround for this please
-
Unable to install lseg-data package
Hi team I'm not able to install LSEG-data package to Jupiter environment nor in python environment