JadenSWang / Stock-Wrapper

Stock Market Trader, Data Gatherer, and Visualizer
MIT License
3 stars 1 forks source link

Creating a Stock object yields a 401 Forbidden error #6

Closed SixBeeps closed 4 years ago

SixBeeps commented 4 years ago

Attempting to create a Stock object causes the HTTP request to return a 401. image

JadenSWang commented 4 years ago

Thanks for letting me know. I overlooked the level of authentification needed for robinhood to cough up their data on prices, I’d you have a robinhood account, you can use login through stock_wrapper.robin.login(email, password) I should have a fix for this by tomorrow.