Stock-Time-Series-Analysis icon indicating copy to clipboard operation
Stock-Time-Series-Analysis copied to clipboard

data_source = '

Open czabriskie opened this issue 4 years ago • 2 comments

data = pdr.DataReader(ticker, 'google', start, end) Does not work anymore, need to replace with data = pdr.DataReader(ticker, 'yahoo', start, end)

czabriskie avatar Oct 27 '20 13:10 czabriskie

Thank you very much for pointing out that, you can have a pull request if convenient.

szrlee avatar Oct 27 '20 14:10 szrlee

Sure I can make that change.

On Tue, Oct 27, 2020 at 8:04 AM ichardddddd [email protected] wrote:

Thank you very much for pointing out that, you can have a pull request if convenient.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/szrlee/Stock-Time-Series-Analysis/issues/2#issuecomment-717266829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHNU4ZJHPXBJ7NDGAZUJ3K3SM3HQRANCNFSM4TA3J4LQ .

czabriskie avatar Oct 27 '20 17:10 czabriskie