You need to compile the attached code with MS Visual studio (can't attach exe).
This will generate the exe YahooFinanceAPI.exe.
Put this in the Zorro folder.
Then get the history with the zorro code snippet above, that will call the exe
generated, with exec("YahooFinanceAPI.exe", Code, 1);.
Cheers