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
get_market_tops and get_market_last should restrict their results to a single symbol or list of symbols if they are passed, else return data for all listed symbols. Thus we would expect:
get_market_tops
andget_market_last
should restrict their results to a single symbol or list of symbols if they are passed, else return data for all listed symbols. Thus we would expect:to be 1. But as of now both this function and
get_market_last
return the entire list (~8600 tickers) each time.The text was updated successfully, but these errors were encountered: