Hello, I want to get news data from the 2000s. It seems that I need to use ek.get_news_headlines instead of rd.news.get_headlines. However, I can't figure out how to include dates in my code. It gives an error every time. For example ek.get_news_headlines(query='Topic:LSEG and Language:LEN', count=10,…
Hi, I want to fetch the historical data for below fields. What is the correct way to fetch the historical data for a specified Date from history? Please find below the fields and code to replicate the results- fields =…
How to get a list of all levels of a company structure (TREE) in API? Here is the sample code: df = rd.get_data('HSBA.L', ['TR.RelatedOrgId','TR.RelatedOrgName','TR.RelatedOrgType','TR.UltimateParent','TR.HeadquartersCity']) In this example i only get the entities directly below HSBA.L and not thier entities also (the full…
Can codes be used in Rics or tickers?
...or another endpoint ? How to get the value of field "TR.FundLaunchDate" via API PLAYGROUND using searchlight or lookup or another endpoint ? For example I use this EndPoint : https://api.refinitiv.com/discovery/searchlight/v1/ with this Body Request { "View": "FundQuotes", "Filter": "(AssetState ne 'DC' and…
I use Eikon in Excel. 1. How can I get a list of all Korean mutual funds? Even though I used the code below, an error occurred and I was unable to obtain data. =TR("FDS_ALLFUNDS", "RIC,Name", "COUNTRY=South Korea;FUNDTYPE=Mutual Fund") 2. How can I get 10 years of quarterly fund ownership portfolio reports for all the…
I've tried the below, but its not showing any results: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['HSBA.L'], fields = [ 'TR.RelatedOrgId', 'TR.RelatedOrgName', 'TR.RelatedOrgType'
This data was published at 3.15 pm and was available via the excel add in (and terminal) immediately. In the python API it was not available until 9pm. That is a 6-hour lag of data delivers from one method to another, a method which in my opinion should be much quicker. I used CODEBK and below was able to get the data.…
1. Is the Workspace API compatible with Eikon Desktop Data API or is there a need to revamp the application? We use EikonDesktopDataAPI.dll. 2. Does the Workspace API support leased line connection?
I am testing the validity of a RIC trying both "try.. Except" (as suggested also here) and "With Suppress" functions to continue the loop and get correct RICs into a list. Although, the code works and adds correct RICs to the list I still see the message telling the RIC is incorrect. Please see attached the screenshot and…
It looks like you're new here. Sign in or register to get started.