The most recent content from our members.
This is what I am using but getting error for df_rating_lei J is something like: US22822RBD17 # ##Get the LEI (ISSUER) of each security # eikon_lei = pd.DataFrame() # for j in lei: # try: # df = rd.get_data( # universe = j, # fields = ['TR.LegalEntityIdentifier' # ] # ) # item = df['Legal Entity ID (LEI)'] # df_rating =…
Why does this code not work?? df, err = ek.get_data(['M312WZV08Y7LYUC71685@LEI' ,'5493004D82XDFVPWQJ91@LEI' ], ['TR.TotalAssetsReported','TR.TotalAssetsReported.currency']) df I need a script that fetches tickers or total assets/ratings/PD data from a list of LEIs (which may be non-public or small). There must be a way,…
It looks like you're new here. Sign in or register to get started.