Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Removed Fundamental Data Fields?

Hello,

I'm trying to use some of the earnings fields from Fundamental data but it keeps erroring saying the field does not exist even though it is documented.

Some of the fields that are erroring:
-basic_eps
-diluted_eps
-normalized_basic_eps
-normalized_diluted_eps

Am I doing something wrong or is the documentation outdated?
If it's documentation issue, how often is that updated?

Thank you

3 responses

For anyone interested...
From the Fundamentals Earnings Report Section:

Working fields:
file_date
accession_number
form_type
period_ending_date

Not working:
basic_accounting_change
basic_average_shares
basic_continuous_operations
basic_discontinuous_operations
basic_eps
basic_eps_other_gains_losses
basic_extraordinary
continuing_and_discontinued_basic_eps
continuing_and_discontinued_diluted_eps
diluted_accounting_change
diluted_average_shares
diluted_continuous_operations
diluted_discontinuous_operations
diluted_eps
diluted_eps_other_gains_losses
diluted_extraordinary
dividend_per_share
normalized_basic_eps
normalized_diluted_eps
tax_loss_carryforward_basic_eps
tax_loss_carryforward_diluted_eps

Karl,
Thank you for sharing the post. I've just been playing around in the backtester so I'm not sure about eps per-share in the research environment

Yes that is very helpful! Thank you for sharing those