Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
I am looking for a way to use the transcripts from earnings calls, conference calls, company events etc. I want to access the data and also import them via an API in python to perform some analysis. Could you please let me know: If with the products that I currently have, I can have access to this kind of information? If…
On behalf of external client - Issue- Client is getting Null value for 0179.HK RIC for TR.HIGHPRICE and TR.LOWPRICE today. The code worked fine until yesterday. The data is available on the RIC on the product and in excel. so the issue is with the code. ek.TR_Field('TR.HIGHPRICE') ek.TR_Field('TR.LOWPRICE') We have advised…
I'm currently getting weekly data using get_history "df_px = rd.get_history(universe=tickers, fields=['TR.ClosePrice'], interval='1W', start=start_date, end=end_date)" However i'm only getting data every friday. Is there a way I can specify that I want the data weekly but every Tuesday ? FYI, In the excel library it is…
I am from helpdesk and was advised to check with the dev team instead. Client is requesting if it is possible to replicate this? We currently have it on Workspace (PVTCO) but there is no way to extract/export it. Hence, asking for a workaround. Thanks!
Hi everyone, I have been trying to retrieve through python API the time series of the TTF NG forward curve (the fair value) as shown in the 'Commodities forward pricing discovery tool', has anybody managed to retrieve it successfully? Thanks in advance
I tried : ld.get_history("BL219000L9^1") or ld.get_history("BL219000L4") I got LDError: No data to return, please check errors: ERROR: No successful response. (TS.Interday.UserRequestError.70005, The universe is not found) ld.get_data("C390X24",fields=['TRDPRC_1', 'SETTLE', 'BID', 'ASK','OPINT_1']) LDError: 'The record…
I am currently looking deeper into automating workflows and would therefore like to know how I can receive API credentials and if it is possible to request results from individually configured Cambridge Associates Benchmarks via http requests. Looking forward to your answer. (On behalf of client)
I was using python library to fetch news by ld.news.get_headlines(query='"Elon Musk" AND Language:LEN AND Source:"X"', count=10). However it returned LDError: Error code 400 | Query cannot return any result. Since I was trying to retrieve social media posts (explicitly X posts), is there a function to do it?
I am using the Eikon Data API (Python) to retrieve various time series data (prices, volume, etc.) using the get_data function. Did anyone already successfully obtain explicit information in stock splits (effective date, ratio) using that function? if yes, which fieldnames were used?
It looks like you're new here. Sign in or register to get started.