There is no limitation on our side to the number of tickers you can subscribe to at once. As long as you can consume the data fast enough, you can subscribe to all tickers and all events simultaneously in one WebSocket feed.
You can subscribe to all tickers using the “” character. Here is an example for subscribing to trades for the entire US equities universe: {"action":"subscribe", "params":"T."}
You can also use a comma separated list of events + tickers to subscribe to a custom list of tickers/events. Here is an example: {"action":"subscribe", "params":"T.AAPL, Q.MSFT, AM.F, A.SPY"}
The maximum character limit you can insert in the subscribe message is 1MB worth of characters.
How many tickers can you subscribe to on a single Polygon WebSocket connection?
Updated over 2 years ago