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
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?The text was updated successfully, but these errors were encountered: