Error getting Sharadar Fundamentals REPORTPERIOD

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

It looks like that field was not included in pipeline, but there's no reason we can’t add it in the next release.

REPORTPERIOD is now available in version 2.3.0: