I want to get the eps of a company and also the first date on which the eps was available in
quantopian fundamental data. Is this date available on per row basis for each company in the results?
For example, this result shows that MSFT eps for period ending on 2015-12-31 became available
in quantopian on 2016-02-03
This was found after executing queries for each day and comparing with the previous day.
Is there a fundamental column that can provide the needed date directly in the results?
As far as I understand fundamentals schema provides only the last reading per each company,
so if I can filter by some available_to_quantopians_since column, I will be able to get all companies whose
last eps became available in quantopian for the first time on the simulation_date
I also had hard time figuring out how to display dates in readable format instead of ints. Is there a better way
to do it?