The most recent content from our members.
I am trying to export a search query in Eikon, and the fields I choose are: However, the code provided by the Export Query does not contain the fields I added. So my questions are: 1. Why are the user-added fields not in the Export Query screen on Workspace? 2. Could you tell me the correct field for all the variables I…
In my trkd account, there are 92 operations available. Those are FUNDAMENTALS, SEARCH, SIGNIFICANT DEVELOPMENTS,STREET EVENTS , ESTIMATES IBES, DOCUMENT SEARCH, DOCUMENT RETRIEVAL, TOKEN MANAGEMENT, AUTHORS REFERENCE, FILINGS RETRIEVAL, FILINGS SEARCH, PROFILES, REFERENCE INFORMATION, SCREENER, FILINGS RETRIEVAL.But i am…
I want to get data from delayed option chain using refinitive-data library like below. ------------------------ import refinitiv.data as rd rd.open_session() rd.get_data("0#/SPX*.U", fields=['STRIKE_PRC' ,'PUT_CALL' ,'EXPIR_DATE']) ------------------------ But this query returns None. And I can get data from delayed option…
Hi, I'm trying to test the Eikon Data API. I want to retrieve texts of news through Codebook. Could you help me how to make query for extracting news and where manual is of that. Sorry to ask such a basic question.
Hi, I would like to perform the same query(in Excel) with Python Data library API: This return NA (but works for XAG): Thanks for the help. Regards
I am trying to build a simple search query using the Python API: rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, query = "garuda indonesia", top = 100, filter = "(AssetState ne 'DC' and SearchAllCategoryv2 eq 'Equities')", select = "DTSubjectName,ExchangeName,Ticker ,Gics,SearchAllCategory" ) This works fine,…
I am trying to use for loop to get ESG news headlines for a list of 405 companies. My code has proven succesfull when retrieving RICs based on ISINs, however, when I apply the same approach to retrieve the news headlines, I get the error "query must be string ". When I try to use "str()" to convert the values into string,…
In my account 93 APIs are available. I want to check which api will give all company info in a single SOAP call. Is that possible or i can get only one company info in a single soap call.
=TR("MSFT.O","TR.BGS.GeoTotalRevenue"," Period=FQ0 CH=Fd;segmentName;fperiod RH=IN") gives the regional revenue breakdown
Is there any TRKD api which can give all the company info instead of giving a single company info ?
It looks like you're new here. Sign in or register to get started.