Howdy, Stranger!

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

Update PSData script won't update

Hello

When I run the Update PSData batch file, I get the following messages back (for each stock) in the error file:

Found quote file. Looking for quotes starting from: 2017-04-29
Requesting url: http://ichart.finance.yahoo.com/table.csv?s=^GSPTSE&a=3&b=29&c=2017&g=d&ignore=.csv
^GSPTSE - Not Found (return empty file)

Found quote file. Looking for quotes starting from: 2017-04-29
Requesting url: http://ichart.finance.yahoo.com/table.csv?s=^GSPC&a=3&b=29&c=2017&g=d&ignore=.csv
^GSPC - Not Found (return empty file)

Found quote file. Looking for quotes starting from: 2017-04-29
Requesting url: http://ichart.finance.yahoo.com/table.csv?s=MFC.TO&a=3&b=29&c=2017&g=d&ignore=.csv
MFC.TO - Not Found (return empty file)

Any suggestions?

Comments

  • Hi,

    This is not an error - just a message that no NEW quotes were found.
    When you run this script, you download quotes to your computer. Next time you request quotes, you will request just quotes that you still have not downloaded to your computer.
    So you already downloaded quotes for 2017-04-28 (Friday) and now you are trying to get quotes from 2017-04-29 (Sat). As no new quotes are available, you are getting message about that. Your new quotes for 2017-05-01 will become available just some time after 8pm on 2017-05-01.
    In the meantime another script will run to get "Intraday" quotes to get up to date quotes (20min delayed). These quotes are stored temporary on your PC and re-downloaded every time your run that script.
Sign In or Register to comment.