Make sure you are using latest scripts. If so, you might want to change source for Exchange data, for example I am getting exchange rates from European Central bank. NOte that in this example .bat file has commented out BOC source (line starts with REM):
REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-BoC.ps1 powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-ECB.ps1 REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-Stooq.ps1 powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-YahooIntraday.ps1 REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-GoogleIntraday.ps1
Comments
powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-ECB.ps1
REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-Stooq.ps1
powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-YahooIntraday.ps1
REM powershell -ExecutionPolicy Bypass .\Scripts\GetExchRates-GoogleIntraday.ps1