WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.12k stars 3.63k forks source link

Data is outdated. (Stocker) #70

Closed Pixel8edstudios closed 5 months ago

Pixel8edstudios commented 3 years ago

Hello, I cannot help but notice that data input stops at a certain point, leading the predictor to predict wildly inaccurate stock prices because the last stock information that it has been given was from about 2 years ago. Are there any ways or plans to move away from quand and to a newer way of data collection? Thank you.

jfarrell423 commented 3 years ago

Maybe the author can offer instructions to connect to the user's stock exchange. Etrade offers a Python API to connect to a user's personal account. They have instructions for s sandbox and the production connections. I did a demo a few months ago:

https://www.youtube.com/watch?v=WW7gD19ph4U

VianneyMI commented 2 years ago

@Pixel8edstudios you can use yahoo finance python library for newer data. It is free to use