Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

UpdatePSData Error

Has anyone been experiencing an error updating the BOC section?


Comments

  • 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

Sign In or Register to comment.