I am still using V2.4 and am noticing that the Dividends are not updating on some of the stocks. I did check Yahoo and there seems to be data but it not being pulled to update the files. I also did see some stocks are completely void of the Dividend info.
Has anyone else seen this happening.
Comments
Could you please check your UpdatePSData.bat file (you need to edit it.
It appears that in the release files line that calls GetDividends-Yahoo.ps1 script is commented out. So you just need to remove "REM " from that line, that is, probably in your script line is:
You need to change that to:
Start-Sleep -Seconds 3
on line 34 of GetDividends-Yahoo.ps1, and I did get new dividend info for several symbols. Many still show "web err" in the log, but they may not have any new dividend info anyway.Quotes Requested/Succeed/Failed/Rows: 102/46/5/7
Can You (xcerik) provide where you entered the "Start-Sleep -Seconds 3" in line 34. Does it need to be added at the beginning of the line?
Here is where I added the "sleep" in GetDividends-Yahoo.ps1 (on its own line):
I also added a 100 second "sleep" in updatePSData.bat before the dividends: