Current Quarter EPS Estimate
Returns the consensus analyst estimate for earnings per share in the current fiscal quarter. Equivalent to EPSEstimate() for most use cases.
Notes
- Same as EPSEstimate() for current quarter
- Updates as analysts revise estimates
- Use before earnings reports to set expectations
Examples
=CurrentQuarterEPSEstimate("AAPL")=CurrentQuarterEPSEstimate("MSFT")When to Use
- Pre-earnings analysis
- Current quarter expectations
- Same use cases as EPSEstimate()
When NOT to Use
Common Issues & FAQ
Q: How is this different from EPSEstimate()? A: They return the same value - current quarter consensus estimate.
