You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the get_quote_data function from the stock_info module stopped working recently. Running it for any ticker yields the following AssertionError.
958959ifnotresp.ok:
-->960raiseAssertionError("""Invalid response from server. Check if ticker is 961 valid.""")
962AssertionError: Invalidresponsefromserver. Checkiftickerisvalid.
Are there any work-arounds to this issue? Because get_quote_table doesn't give me the same amount of data that I was previously working with while using get_quote_data.
Thanks
The text was updated successfully, but these errors were encountered:
It appears that the
get_quote_data
function from thestock_info
module stopped working recently. Running it for any ticker yields the following AssertionError.I'm thinking that this might be an issue with the Yahoo Finance API. Going through the
yahoo_fin
docs leads me to this endpoint https://query1.finance.yahoo.com/v7/finance/quote?symbols=NFLX. Which gives the following message.Are there any work-arounds to this issue? Because
get_quote_table
doesn't give me the same amount of data that I was previously working with while usingget_quote_data
.Thanks
The text was updated successfully, but these errors were encountered: