Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Morningstar Fundamental Data: Latest Fiscal Year instead of Quarter?

As a part of trying to better understand the fundamental data being pulled within a notebook, I noticed that the default "morningstar.fundamental_ratio.latest" approach pulls the latest Quarterly Value reported.

Is there a way to pull the latest Fiscal Year value instead?

roa = morningstar.operation_ratios.roa.latest  

For context, the above is what I'm using to pull the ROA for a company.

Any suggestions is definitely appreciated!