in websockets-finnhub/finnhub-websockets.py [0:0]
def on_open(ws):
ws.send('{"type":"subscribe","symbol":"AAPL"}')
ws.send('{"type":"subscribe","symbol":"AMZN"}')
ws.send('{"type":"subscribe","symbol":"TSLA"}')
ws.send('{"type":"subscribe","symbol":"ESTC"}')