ystockquote icon indicating copy to clipboard operation
ystockquote copied to clipboard

Fetch stock quote data from Yahoo Finance

Results 36 ystockquote issues
Sort by recently updated
recently updated
newest added

I have a list of US stocks ( around 3000 stocks) in excel and I want to get the stock price and other related daily stock info on each stock...

Getting HTTP 404 error from this module Running on Pi Zero 2W OS = Bullseye ``` Traceback (most recent call last): File "/home/pi/stockq2.py", line 3, in print(ystockquote.get_price_book('GOOGL')) File "/usr/local/lib/python3.9/dist-packages/ystockquote.py", line...

got error trying to run ystockquote.get_price('AAPL') or ystockquote.get_all('AAPL') What is the issue here?

ಇಲ್ಲಿಯೂ ಲಾಕ್‌ಡೌನ್ ಸಹೋದರಿ ಚೋಡ್ ಇದ್ದಾರೆಯೇ, ಇಂದು ಅಂಗಡಿಗಳು ತೆರೆಯುತ್ತಿಲ್ಲವೇ? ಮಾರುಕಟ್ಟೆ ಮುಚ್ಚಲಾಗಿದೆ.

Fix to update API to get historical data based on recent changes made by Yahoo. Inspired by fix in pandas_reader using cookies

Since things broke when the API changed I wrote this. It relies on the fact that the web page has all the data in json objects. So I pattern match...

As of this week, get_historical_prices seems to either timeout or give URL not found responses. I have tried from several platforms with the same results. Can others reproduce the error?...

Whenever I call get_bid_realtime(symbol) it returns N/A `print(ystockquote.get_price_book('GOOGL'))` prints 'N/A'

Below are the result of `pprint(ystockquote.get_all('GOOGL'))`: ``` { 'after_hours_change_realtime': u'N/A', 'annualized_gain': u'N/A', 'ask_realtime': u'N/A', 'ask_size': u'691748000', 'average_daily_volume': u'138624', 'bid_realtime': u'N/A', 'bid_size': u'1516685', 'book_value': u'8.42', 'change': u'+2.90', 'change_200_sma': u'145.51', 'change_50_sma': u'+17.10%',...