Since this weekend Zorro seems to fail to download historical price data from yahoo. The following code can reproduce that:

Code:
function run()
{
	assetHistory("AAPL", FROM_YAHOO);
}



I get "Error 056: Can't download AAPL from Yahoo" (this is with Zorro 1.50.6). With Zorro Beta 1.56.3 I get "Bad - can't parse History\history.csv".

But I don't understand why that is. I have internet connection and I am able to download the prices in my browser when I follow this link:

https://ichart.finance.yahoo.com/table.csv?d=6&ignore=.csv&s=AAPL

Can someone reproduce this issue?

Last edited by trenki2; 04/18/17 08:59.