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?
Client is receiving error message for the ISINs used: The access to field(s) denied. Requested universes: ['CA007863AB91', 'US91754TG983']. Requested fields: ['TR.PREFERREDRIC', 'TR.MUNIORIGINALAMOUNTISSUED', 'TR.FIAMTOUTSTANDINGFACTOR'] from this script: import refinitiv.data as rd rd.open_session() df = rd.get_data(…
Greetings. Is there are data dictionary for loans somewhere ? i see that i can access 1151 data items via the screener but i would like to have a dictionary or a template with the variables names and corresponding codes
https://us.v-cdn.net/6038239/uploads/WYH87T9O80NQ/economic-events.xlsx
in order to retrieve the expiry/last trading date for a given future i have been using df, err = ek.get_data( 'LCOK2^2', ['EXPIR_DATE', 'TR.FOFirstNoticeDay', 'TR.FOLastTradingDate']) however for older RICs (older than 2010 , e.g. Jun 2005) it does not work. E.g. : df, err = ek.get_data('LCOM5^0', ['EXPIR_DATE',…
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
Thank you for your help. I would also like to know if I were to filter the headlines to be 'X' (formerly known as twitter), am I suppose to use this: ld.news.get_headlines("'Elon musk' AND Source:'X'", count=10)? It seems like it returns nothing back, could you check whether this is the correct code?
I am building the bridge to livestream the news from the Refinitiv and want the real time news though notifications on WhatsApp, can you help me with that?
I am using get_data to pull the following fields about about 5000 PermIDs. While it runs relatively smoothly (takes about 10 mins), some of the fields (e.g., country of headquarters) have gaps even though I can see they have values in Workspace. Is this because I'm throttling the API or some other error?…
Hello I am using some code which was built internally, but i am getting an error: An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[WinError 10061] No connection could be made because the target machine actively refused it') Can someone help me figure out what the problem is please?…
It looks like you're new here. Sign in or register to get started.