Hi there,
I'm trying to request the following in Pipeline in research to get the latest filing date:
period_end = sharadar.Fundamentals.slice(dimension="MRQ", period_offset=0).REPORTPERIOD.latest
However, I receive the following error:
AttributeError: type object 'Fundamentals.slice(dimension='MRQ', period_offset=' has no attribute 'REPORTPERIOD'
Other Sharadar Fundamentals attributes work fine.
Is REPORTPERIOD available to Pipeline?
David