We are getting a problem when we request data with the TR.FundYeartoYesterday Field in LSEG_DATA

acathcart
acathcart Newcomer
edited February 11 in Eikon Data APIs

Its is returning a datevalue. Here is the code to replicate error:

"""
import pandas as pd
import numpy as np

import lseg.data as ek
ek.open_session()

Fields= ['TR.FundYeartoYesterday']

Fundamentals= ek.get_data('LP68102841', Fields)

ek.close_session()

"""

image.png

This is being replicated across all other instruments.

image.png

Other fields are working as normal.

Answers