Dear Vidas and all,
I have this problem I can not find a solution.
The script PsMakeAllDataFiles.ps1 return multiple errors as per the picture below
My intraday don t update I think as a result. I only get the last day quotes.
I try so far to change the correct ID for Canada and Deleted all records of *.txt in the Quotes Folder.
The Script logs psCheckFiles.txt and and psMakeAllDataFiles.txt seems without errors.
Thanks you for this great program. Sure make our investment tracking look fantastic!!
best,
Alex
Comments
The solution for YahooIntraday issue is posted here:
http://support.portfolioslicer.com/index.php?p=/discussion/611/intraday-quote-yahoo-error#latest
Note - you should not be deleting files from Quotes folder as that where all your historic quote data exists. Sometimes it is not possible to download it again!
You should start investigating your issue from checking if your primary script getQuotes-Yahoo.ps1 run OK and if you now have quotes in Quotes folder.
Also, what is the version you are running? v3.0 or 2.4?
I have the V3.0 and apply the solution in the posted and no luck so far.
The script getQuotes-Yahoo.ps1 seem normal and reporting no new quotes all the way down
21:17:58 --- Starting script GetQuotes-Yahoo.ps1
Symbol count: 124. MinDate: 2009-12-31
Symbol: ^GSPTSE. Next date: 2021-11-03. Quote file: C:\Users\alex\Dropbox\Porfolio Slicer V3.0\Quotes\__GSPTSE_.txt
Requesting url: https://query1.finance.yahoo.com/v7/finance/download/^GSPTSE?period1=1635897600&period2=1635974293&interval=1d&events=history&crumb=xnbfPUaqbGd
Done: ^GSPTSE. No new quotes found.
Here the screenshot of the error.
That is you have
`"29"
Should be:
`"29`"
More about escape:
https://stackoverflow.com/questions/44840644/how-do-i-escape-quotes-in-a-powershell-string
Woot Woot
Alex