Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEX Market Data functions not filtering when symbol passed #46

Closed
addisonlynch opened this issue Apr 3, 2018 · 0 comments · Fixed by #50
Closed

IEX Market Data functions not filtering when symbol passed #46

addisonlynch opened this issue Apr 3, 2018 · 0 comments · Fixed by #50
Labels
Milestone

Comments

@addisonlynch
Copy link
Owner

addisonlynch commented Apr 3, 2018

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:

from iexfinance import get_market_tops
len(get_market_tops("AAPL"))

to be 1. But as of now both this function and get_market_last return the entire list (~8600 tickers) each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant