mcdallas / wallstreet

Real time stock and option data.
MIT License
1.24k stars 197 forks source link

Getting a 403 Client Error for any request #36

Closed pushkatel closed 2 years ago

pushkatel commented 2 years ago

Any stock, call, put requesting is returning with 403 Client Error: Forbidden for url: https://query2.finance.yahoo.com/v7/finance/options/[STOCK TICKER]

Anyone else seeing this or know of a workaround?

mcdallas commented 2 years ago

Yes you need to upgrade to the latest version via pip install —upgrade wallstreet

pushkatel commented 2 years ago

Wow. I feel particularily silly today. Thanks!