QUOTE:
Is WW the only affected stock?
Well, WW is an extreme case. The only thing coming out of WW is price and volume data. I've seen other stocks like this, but it's
rare. Honestly, I can't think of any others at the moment, but I can post examples as I spot them if that would help. Remember, I have small and micro cap stocks in my WL datasets, so I could be more exposed to this problem than other WL users.
QUOTE:
2. How does the fundamental data update log look like?
I'm
not using static fundamental updates now. Everything is done on-demand for fundamentals (except "estimated earnings"). A fundamental request hits the following catch statement.
CODE:
Please log in to see this code.
Of course, the next question is what's in the try{...} block? Hmmm.
CODE:
Please log in to see this code.
I don't have a trace handler setup for that catch statement, so I can't precisely say which statement causes the catch execution, but I would suspect it would be one of the earliest ones since I'm not getting anything back from the earliest listed (which are listed in the order of their appearance in the code).
Let me emphasize, this private library code is two years old and works well with nearly all stocks. Even the micro cap stocks, and stock
without earnings posted, show many of their other fundamentals without problems.