The most recent content from our members.
...to excel I wanted to download from Refinitiv Eikon all securities (including equities, bonds, etc.) that have exposure to a given country, using Python. But I have no experience using Python to download anything from Eikon at all. Wondering if anyone can help me on this. I also wanted to download all securities that…
I open an issue on this Github repository regarding a missing file (database.xlsx..mapping NAICS/TRBC..) @Gurpreet
Hi all I am currently using the Python API to obtain peer companies for given instruments. Is there a possibility to obtain peers based on specific criteria. I am currently only able to obtain the Starmine peers but would be interested in industry peers from a given region. Regards Phil
I cannot download sectors of equity list using the API (but I can do it with the xls request) using either index list or list of stocks... may you indicate how this can be done ? item_list=ds.get_data(tickers=mylist+"|L",fields =['NAME'], kind=0) => fields are NA Thanks FP
Can I get the Business Info. section (i.e. Business Classification and Corporate information) via API for a publicly listen company?
The ds.get_data() request that used to return the different sector levels (INDXFS, INDXS) several months ago now only returns NA. I already tested for different equities (both via DSCD and RIC) and cannot solve the problem. What am I missing? code example: data = ds_credentials.get_data(tickers='LTOTMKNL', fields=["NAME",…
... Sector. E.g. df_in, err = ek.get_data('LU0056508442',['TR.ISIN', 'TR.CommonName', 'CF_CURR', 'TR.Fund3YearPerf', 'TR.Fund5YearPerf','TR.FundTotalReturnLipperRating', 'TR.FundConsistentReturnLipperRating', 'TR.FundPreservationLipperRating', 'TR.FundExpenseLipperRating']) For any Mutual Fund, e.g. LU0056508442, I would…
Hello! I have a list of bond tickers, e.g. LHNLF , UBSNL and I am trying to download sectors of activity of the issuers from the field TR.TRBCActivity. How can I do that? Is there a specific parameter I need to set to get this working? Many thanks!
Hello, I want to pull sector/industry relative stock total return on specific dates and relative PE, ROIC etc - is there a guide with more information about how to do this? If I could use the stock to identify the peer group in the request I could then pull total return, PE, etc for the peer group and calculate the…
Hi Community, Does anyone have a sample python script to select INDUSTRY CLASSIFICATION from TRKD? Best, Andrew
It looks like you're new here. Sign in or register to get started.