-
Query export not working to build query string
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…
-
Need data dictionary of Company/Transaction/Financial data using my trkd account
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…
-
How to get option chain quotes for delayed option chain RIC using refinitiv-data library
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…
-
Eikon data api ,Codebook, Query
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.
-
Python API refinitiv.data , how to query internal RIC (ATS)
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
-
Query export not working to build query string
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,…
-
Using for loop to get news headlines of multiple companies
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 si...
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.
-
How to query following excel function from eikon data api in python
=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 ?
Is there any TRKD api which can give all the company info instead of giving a single company info ?
-
is there any trkd api which can give the data schema/ data dictionary of refinitive ?
is there any trkd api which can give the data schema/ data dictionary of refinitive ?
-
Currently we are using both CapitalIQ and Refinitiv data source. Now we are planning to use only ...
Currently we are using both CapitalIQ and Refinitiv data source. Now we are planning to use only Refinitive. How can i check Refinitive will provide all company,transaction and financial data ?
-
Currently we are using both CapitalIQ and Refinitiv data source. Now we are planning to use only ...
Currently we are using both CapitalIQ and Refinitiv data source. Now we are planning to use only Refinitive. How can i check Refinitive will provide all company,transaction and financial data ?
-
In the new issues tutorial, there was a query given. However, I do not see any documentation whic...
...h can guide me on how to change this query for my needs. Where can I find such guides/documentation? In the tutorial, the query given was "Product:IFREM AND Topic:ISU AND Topic:EUB AND (PRICED OR DEAL)". How can I change this to obtain data for the US + EU instead? Also, if I wish to get corporate bonds that are…
-
Not able to understand fields meaning what they are representing
I am calling this webservice "http://api.trkd.thomsonreuters.com/api/Fundamentals/Fundamentals.svc/REST/Fundamentals_1/GetRatiosReports_1" and Getting response. But response has lots of field in different different category. I am not able to understand exact mean of fields, which i am getting in response. For eg in Ratios…