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

[Feature Request] can we pass a list of symbols to get_tickers() #256

Open
bigning opened this issue Nov 27, 2024 · 1 comment
Open

[Feature Request] can we pass a list of symbols to get_tickers() #256

bigning opened this issue Nov 27, 2024 · 1 comment

Comments

@bigning
Copy link

bigning commented Nov 27, 2024

For get_tickers() API, Can we support passing in a list of symbols, instead of just one single symbol?
Usecase: i wanted to run get_tickers for ~100 symbols with very low latency, but it seems with get_tickers() API, you either can only pass 1 symbol, or not passing in any symbols and getting tickers for all symbols.

Can we add a parameter like symbols, so i can pass in a list of symbols, would that help reduce the latency than getting tickers for all symbols ?

@bigning bigning changed the title can we pass a list of symbols to get_tickers() [Feature Request] can we pass a list of symbols to get_tickers() Nov 27, 2024
@anabolicobsession
Copy link

You can filter specific tickers in 1 Python line

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

No branches or pull requests

2 participants