Subject: Re: Signals
You can also open Yahoo history directly using Excel VBA with:

Workbooks.Open "https://finance.yahoo.com/quot..."

This will give you the last year.

Workbooks.Open "https://finance.yahoo.com/quot..."

This will give you the last five years (to today 1/12/26).

JRB