Filtering for #AnalystsPriceTarget = 0

Hello,

I’m trying to output only companies with no analyst coverage. I tried #AnalystsPriceTarget = 0 in the screener, but get “no rows” as output.

I know in my subset there’s companies that have no analyst coverage cause under “Expectations” in the results table, several companies show “N/A” under “#AnalystsCurQ” (which displays EPS estimates for the current quarter) when I don’t run the #AnalystsPriceTarget filter.

Can someone please tell me how to screen for companies with no analyst coverage?

Thanks in advance.

I think #AnalystsPriceTarget=NA will do the trick.

Walter

That worked, thanks.

It all depends on the definition of “no coverage”. What if you have EPS estimate but no Price Target? Does that constitute as “no coverage” ?

Here are the stocks that are missing at least on of EPS estimate , price target , or recommendation

#AnalystsPriceTarget=NA or CurFYEPSMean = NA or AvgRec=NA

This returns 2404 stocks. However there are only 2025 stocks that are missing all of those data points

#AnalystsPriceTarget=NA and CurFYEPSMean = NA and AvgRec=NA

Cheers