Why I am getting an empty dataframe when getting the NAVs data using the TR.FundNAV and the Bid Price using the TR.BIDPRICE for the Israeli fund <IL0051297708> using the Python API?
Trying to pull data by Worksapce API (LSEG Data Libarry, desktop session) returns "Company Common Name", instead of "Toyota Motor Corp" by rics = ['7203.T'] fields = ['TR.CommonName'] df, err = ld.get_data(universe=rics, fields=fields) lseg-data version is 2.1.1 python code, log file and result screenshot is as attached.…
Hi, I was trying to retrieve prices with Eikon API but I can not sort by date asc neither can I see the date in the output. Can you please help me? My query is df = ek.get_data(["GOOG.O", ".STOXX50E"], ['TR.CLOSEPRICE'], {'SDate': '1D', 'EDate': '-121AM', 'RH':'date', 'FRQ': 'D', 'Sort':'A', 'FILL':'PREVIOUS'})
I am trying to pull forward curve data off of the RDP API and I can’t seem to get the TRDPRC_1 value for BRTCALAMc0. It keeps giving me <NA> - see below: On the Workspace App, I am able to see this value on the Data Item Browser. So I am not sure why that is not possible through the API. Thanks, Denis
Currently, Our client is looking to obtain data on U.S. MBS (Mortgage-Backed Securities), ABS (Asset-Backed Securities), as well as corporate bonds categorized by country or currency. Until now, he has been using the following method to retrieve government bond data. However, he have not been successful in acquiring MBS…
The attached python code returns "SCREEN(MnANation(JP), DealType(M&A), TOP(10)) processing failed…." error. Please advise what is wrong. https://us.v-cdn.net/6038239/uploads/6I0G56MB3Z5P/m-26a-data-script.txt
Hello, I'm in the support organization with AlphaDesk — we use the C# libraries for RDP to retrieve pricing and other fields for securities. Recently we saw that for RIC GOu.TO, which IPO'd on July 24th, calls to TR.CompanySharesOutstanding would not return a value. Shares Outstanding began being populated on Aug 5th —…
Hi Devportal, I have a few code on python codebook and looking to download as .py format no as .ipynb format. Please help me if you have any way to download it. Thank you.
Hi, I cannot seem to find more information on the parameters for this field and other similar fields. Specifically for "Roll Periods" parameter, what is the effect or True/False. Also for the methodology parameter, what is the effect of the different options IntermSum, StubLTM etc. Some examples to illustrate would be…
Hello , i am trying to load data from a list of 350 underlyings stored in an array. I use the function marketPrice.GetData(instruments, fields) From the LSEG website Tutorials | Devportal , i understand that the inputs of this function are 2 arrays (fields, instruments) I got the following error What is the correct inputs…
It looks like you're new here. Sign in or register to get started.